Write a program to calculate the average of all scores entered between 0 and 100. Use a
Question:
Write a program to calculate the average of all scores entered between 0 and 100.
Use a sentinel-controlled loop variable to terminate the loop. After values are entered and the average calculated, test the average to determine whether an A, B, C, D, or F should be recorded. The scoring rubric is as follows:
A—90-100; B—80-89; C—70-79; D—60-69; F < 60.
Fantastic news! We've Found the answer you've been seeking!
Step by Step Answer:
Related Book For
C# Programming From Problem Analysis To Program Design
ISBN: 9781285096261
4th Edition
Authors: Barbara Doyle
Question Posted: