Question: 1 2 3 public class A_2 { public static void main(String[] args) { int[] nrs = { 2, 20, 3, 85, 8, 4, 9 };
1 2 3 public class A_2 { public static void main(String[] args) { int[] nrs = { 2, 20, 3, 85, 8, 4, 9 }; int x = nrs (1); 5 6 7 8 for (int i = 1; i System.out.println(x); 9 10 11 12 What is the output of the above java program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
