Answered step by step
Verified Expert Solution
Link Copied!

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Management An Organizational Perspective

Authors: Richard T. Watson

1st Edition

0471305340, 978-0471305347

More Books

Students also viewed these Databases questions

Question

Were they made on a timely basis?

Answered: 1 week ago

Question

Did the decisions need to be made, or had they already been made?

Answered: 1 week ago