Based on the description below, how would you determine letter grades?Students' scores in a class are entered as percentages. The program is to display a letter grade when the percentage is input and display cumulative totals for the number of As, Bs, Cs, Ds, and Fs earned. The program should also check for invalid input.
A. Through a series of If/Else If statements
B. With an accumulator
C. Through a sentinel value
D. With an array
Answer: A
Computer Science & Information Technology
You might also like to view...
To keep a reference to a site that a user wishes to revisit, the user could add a ________ in Mozilla Firefox
A) Favorite B) Surfing tool C) Bookmark D) Preference
Computer Science & Information Technology
What is a Pointer record in DNS?
A) It is a reverse record (a mapping of an IP address to a hostname). B) It is a record to locate a Mail server. C) It is a mapping of a hostname to an IP address. D) It is a record to locate an LDAP server.
Computer Science & Information Technology