Question: Understand the given JAVA program and write the output. class evaluate { public static void main(String args[]) { int arr[] = new int[] {0,
Understand the given JAVA program and write the output. class evaluate { public static void main(String args[]) { int arr[] = new int[] {0, 1, 2, 3, 4, 5, 6, 7, 8, 91; int n = 6; n = arr[arr [n] / 2]; System.out.println (arr [n] / 2); }
Step by Step Solution
3.35 Rating (161 Votes )
There are 3 Steps involved in it
Heres a breakdown of the code 1 Array Declaration An integer array named arr is created with the values 0 1 2 3 4 5 6 7 8 9 2 Variable Initialization ... View full answer
Get step-by-step solutions from verified subject matter experts
