Computer Science, asked by Arvhana851, 19 days ago

What is the output?
int[] arr = new int[1];
arr[0] = 10;
System.out.println(arr[0]);

Answers

Answered by samarthkrv
3

Answer:

10

Explanation:

Similar questions