Page 1 of 1

QUESTION 3 What will be the output of the following Java code? int arr[] = new int[4]; for(int i=0;i
Posted: Sat May 14, 2022 3:16 pm
by answerhappygod
Question 3 What Will Be The Output Of The Following Java Code Int Arr New Int 4 For Int I 0 I Arr Length I Sys 1
Question 3 What Will Be The Output Of The Following Java Code Int Arr New Int 4 For Int I 0 I Arr Length I Sys 1 (22.72 KiB) Viewed 39 times
QUESTION 3 What will be the output of the following Java code? int arr[] = new int[4]; for(int i=0;i<arr.length;i++) System.out.print(arr+" ");