hhdbxdb77471 hhdbxdb77471 04-03-2024 Computers and Technology contestada What will this method call output? public int mysteryMethod(String x, char y) { int z = 1; for(int i = 0; i < (); i++) { if(x.charAt(i) == y) { z++; } } return z; } mysteryMethod(Karel The Dog, 'e');a) 1b) 3c) 4d) 5