Question: Provide the output of the code given. Also identify: 1. The name of the array 2. What will array.length print? 3. Data type of
Provide the output of the code given. Also identify: 1. The name of the array 2. What will array.length print? 3. Data type of the array 4. Represent the array diagramatically int[] marks {24, 45, 56, 65, 25, 32}; int[] totalmarks=new int[6]; for(int i=0; i
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
