Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write a java program that use 2 dimensional array of size 3x3. The array will have the grades of 3 tests for five students. double
Write a java program that use 2 dimensional array of size 3x3. The array will have the grades of 3 tests
for five students.
double grades[][];
String names[];
You need to fill the array using array initialization list, then your code need to calculate and printout the average for each student as follows (make sure the output appearance is the same):
The grades are:
Test 1 Test 2 Test 3 Average
Ahmed 87 96 70 84.33
Ali 68 87 90 81.67
Sarah 94 100 90 94.67
.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started