Question: JAVA Code: What is the output of the following code? int[] arr = {10, 15, 20, 30, 40}; System.out.println(arr[0]); Choices: A. 10 B. 40 C.
JAVA Code:
What is the output of the following code?
int[] arr = {10, 15, 20, 30, 40}; System.out.println(arr[0]); Choices:
A. 10
B. 40
C. 5
D. no output, there is an error
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
