Based on the description below, what kind of loop do you think should be used?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. For loop
B. While loop
C. Nested loop
D. Array
Answer: B
Computer Science & Information Technology
You might also like to view...
Data validation improves the accuracy of the person entering data into a worksheet
Indicate whether the statement is true or false
Computer Science & Information Technology
Which Cisco IOS command can be used to display all TCP connections that terminate on the local router?
A) show tcp brief B) show sessions C) show connections D) show tcp connections
Computer Science & Information Technology