Question: Tasks/Assignments(s) 1- Create 2 arrays: arrl and arr2. arrl is a ID array of the size 6. arr2 is 2D array of the size 3
Tasks/Assignments(s) 1- Create 2 arrays: arrl and arr2. arrl is a ID array of the size 6. arr2 is 2D array of the size 3 * 4. 2. Fill the arrays with elements. The student should solve at least 2 of the following tasks: 1. To find the MAXIMUM value in arrl and arr2. 2. To find the MINIMUM value in arrl and arr2. 3. To find the AVERAGE of array values for each array: arrl and arr2 4. To find SUM of the array values for each array: arrl and arr2 5. Print all EVEN numbers available in arrl and in arr2 6. Print all ODD numbers available in arrl and in arr2 7. Print SQUARE of the numbers for each array: arrl and arr2. 8. Create array arr3= {10,10,20,5,100,2}). Then, find the ADDITION of arrl, arr3. Store the result in a new array:arr4. 9. Create array(arr5={{1,1,2),(2,5,2), (4,4,4},{3,0,0}}). Then, find the MULTIPLICATION of arr2 and arr5. Store the result in a new array: arr. Deliverables(s) You are required to implement and deliver a Java program as described in the previous
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
