1.

Consider the following code snippet. What does the code result?

A. Prints the numbers in the array in order
B. Prints the numbers in the array in the reverse order
C. Prints 0 to the length of the array
D. Prints "Empty Array"
Answer» B. Prints the numbers in the array in the reverse order


Discussion

No Comment Found