What are the values of each element in intArr after this code has executed?
A. 15, 60, 45, 90, 75
B. 15, 90, 45, 90, 75
C. 15, 30, 75, 60, 90
D. 15, 30, 90, 60, 90
E. 15, 4, 45, 60, 90
What is the result?
A. Marrown
String out of limits
JesOran
B. Marrown
String out of limits
Array out of limits
C. Marrown
String out of limits
D. Marrown
NanRed
Which option represents the state of the num array after successful completion of the outer loop?
A.
num[0][0]=10
num[0][1]=10
num[0][2]=10
B.
num[0][0]=10
num[1][0]=10
num[2][0]=10
C.
num[0][0]=10
n...
Which of the following is equivalent to the above code fragment?
A. System.out.printLn(x>10?">,': "<":,'=");
B. System.out.println(x>10? ">"?"<":"=");
C. System.out.println(x>10?...