QUESTION 2 What is the output of the following code fragment: int[] ar = {4,5,6,7,8,9,2,3 }; System.out.println( ar[0] +
Posted: Sat May 14, 2022 3:16 pm
QUESTION 2 What is the output of the following code fragment: int[] ar = {4,5,6,7,8,9,2,3 }; System.out.println( ar[0] +""+ ar[3] ); 4 points Save Answer