Question: Given the following Java pseudo code and the array index starts from 0 , the output is 2. int arrayl ={1,2,3,4}; System.out.print(array[1]); True False
Given the following Java pseudo code and the array index starts from 0 , the output is 2. int arrayl ={1,2,3,4}; System.out.print(array[1]); True False
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
