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
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+" ");
Posted: Sat May 14, 2022 3:16 pm
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+" ");