Computer Science, asked by vinijoshi30741, 11 months ago

What is the output of this program? Class evaluate { public static void main(string args[]) { int arr[] = new int[] {0 , 1, 2, 3, 4, 5, 6, 7, 8, 9}; int n = 6; n = arr[arr[n] / 2]; system.Out.Println(arr[n] / 2); } } 3 0 6 1?


gauravy: can you upload pic of question

Answers

Answered by parthomsarwade
0

error would be shown as "class " should be written in small case

Similar questions