QUESTION 3 What will be the output of the following Java code? int arr[] = new int[4]; for(int i=0;i
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
QUESTION 3 What will be the output of the following Java code? int arr[] = new int[4]; for(int i=0;i
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+" ");
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!