(Choose 1 answer)
Given:
55. int x= {1, 2,3,4, 5);56. int y] =x;57. System.out.println(y[2]);
A. Compilation will fail because of an error in line 55.
Which is true?
B. Compilation will fail because of an error in line 56.
C. Line 57 will print the value 2.
D. Line 57 will print the value 3
Exit 8