Question: Create a project called ParallelArrayStudent with a class with same name. You will create in the main method an integer array for 5 ids and
Create a project called ParallelArrayStudent with a class with same name.
You will create in the main method an integer array for 5 ids and assign it 1 through 5
You will create 3 double arrays called test1 test2 and test3 to be able to store 5 double values.
You will interactively using the Scanner get all 3 test scores.
You will compute the average of the 3 test scores.
You will output in chart form
Student Test1 Test2 Test3 Average
1 100.0 100.0 100.0 100.0 etc for the others
For extra credit create an additional column called LetterGrade and using my grade scale ONLY for extra credit display the correct corresponding letter grade based on the average of the 3 test scores per student. NOTE ALL outputs will be in decimal format to 1 decimal digit of precision.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
