Question: JAVA Code: What is the output of the following code? int[] arr = {10, 15, 20, 30, 40}; System.out.println(arr.length); Choices: A. 4 B. 5 C.
JAVA Code:
What is the output of the following code?
int[] arr = {10, 15, 20, 30, 40}; System.out.println(arr.length); Choices:
A. 4
B. 5
C. 40
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
