Question: (In Java) Write a program to read a set of scores from a certain number of students, the numbers of both being input by the
(In Java) Write a program to read a set of scores from a certain number of students, the numbers of both being input by the end-user. Here is one possible sample output. (In Java) 
How many students do you have? 4 How many test scores per student? 3 Student number 1 Enter score 1: 78 Enter score 2: 56 Enter score 3: 89 The average for student 1 is 74.0. Student number 2 Enter score 1: 78 Enter score 2: 77 Enter score 3: 67 The average for student 2 is 74.0. Student number 3 Enter score 1: 67 Enter score 2: 89 Enter score 3: 90 The average for student 3 is 82.0. Student number 4 Enter score 1: 92 Enter score 2: 94 Enter score 3: 78 The average for student 4 i3 88.0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
