c) If int arr[]= { 10, 15, 20, 25, 30 , 35}; what will be the output of the
following:
I) System.out.println( arr);
II) System.out.println( x[2]+ x[1]*x[4]);
Answers
Answered by
0
Answer:
c) If int arr[]= { 10, 15, 20, 25, 30 , 35}; what will be the output of the
following:
I) System.out.println( arr);
II) System.out.println( x[2]+ x[1]*x[4]);
Similar questions