s122896 s122896 01-04-2019 Computers and Technology contestada What is output by the following code? String [] w = {"zebra", "blaze"}; System.out.println(w[1].charAt(w[1].length() - 1)); z b r e a