Question: Q2: (Algorithm Design) The four students (A, B, C, D) have taken five tests. The test scores of each student are given in the following

Q2: (Algorithm Design) The four students (A, B, C, D) have taken five tests. The test scores of each student are given in the following format: testScore1A testScore2A ... testScore5A testScore1B testScore2B ... testScore5B The data are read line by line from the keyboard (first line: student A, second line: student B,... ). 1. Design an algorithm to find a student whose total test score is highest. 2. Write Java statement(s) for each statement in the algorithm. 3. Write a Java program from the Java statements
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
