Write a program that reads student scores, gets the best score, and then assigns grades based on
Question:
Write a program that reads student scores, gets the best score, and then assigns grades based on the following scheme:Grade is A if score is ? best - 10Grade is B if score is ? best - 20;Grade is C if score is ? best - 30;Grade is D if score is ? best - 40;Grade is F otherwise.The program prompts the user to enter the total number of students, then prompts the user to enter all of the scores, and concludes by displaying the grades. Here is a sample run:
Fantastic news! We've Found the answer you've been seeking!
Step by Step Answer:
Related Book For
Introduction to Java Programming, Comprehensive Version
ISBN: 978-0133761313
10th Edition
Authors: Y. Daniel Liang
Question Posted: