Question: in java with comments ScoreReport: Write a program that randomly generates scores for three students on four different exams. The scores should be stored in
in java with comments
ScoreReport: Write a program that randomly generates scores for three students on four different exams. The scores should be stored in a two-dimensional array. Once the scores are entered, the program should display the following data for each exam: a) A list of the scores for each student b) Each student's increase or decrease from the previous exam (this will not be displayed for the first exam) c) The average score for all students for each exam A sample run with three students is given to you on next page. Note: You may assume that scores are valid integer values. You should declare an integer value for number of students and exams, so that if you change the number of students and/or exams, you have to change the value at only one place
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
