Java - Arrays
What will be the output of the following Java code?
int[] nums = {5, 10, 15};
System.out.println(nums[1]);What will be the output of the following Java code?
int[] nums = {5, 10, 15};
System.out.println(nums[1]);15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions