Question: Question: Consider the following code segment. String [] [] letters ={{A,B,C,D,E}, {F,G,H,I,J}, { K, L, M, N, O }}; System.out.println(letters [2][3]); What is printed as
Question: Consider the following code segment. String [] [] letters ={{"A","B","C","D","E"}, {"F","G","H,"I,"J}, { "K", "L", "M", "N", "O" }}; System.out.println(letters [2][3]); What is printed as a result of executing this code segment? A) H B) L C) M D) N E) ArrayIndexOutofBounds Response
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
