Mr. Jones always gives True/False tests to his class. His tests always have 30 questions. The maximum class size is 50. He needs a program that will calculate the students’ grades based on the best...


Mr. Jones always gives True/False tests to his class. His tests always have 30 questions. The maximum class size is 50. He needs a program that will calculate the students’ grades based on the best score.


Grade


A will range from the best score, to the best score minus 3.


B will range from the best score minus 4, to the best score minus 6.


C will range from the best score minus 7, to the best score minus 9.


F will be anything below the best score minus 9.


Each student’s ID and test answers will be entered. The output will be each student’s ID, number of correct answers, and grade, along with the single highest score for the class. Develop a solution for Mr. Jones’s problem. Use four one-dimensional arrays—one for the correct scores and the other three for the needed output



Jan 02, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here