Question
How to write program that takes in a numeric grades of student in class.y As students in class vary semester to semester, you will keep
How to write program that takes in a numeric grades of student in class.y As students in class vary semester to semester, you will keep track of students grades you input.
Use loop and do:
1. Read in a numeric grade from a student. 2. Convert the numeric grade to a letter grade using the grade policies. 3. Keep a running total of the numeric grades entered. 4. Keep a count of the number of grades entered. 5. Issue a message that comments on the letter grade earned. for example, you may write "You made an F! Obviously you did not study!" 6. At the end the program will calculate a class average unless there were no grades entered.
The output of the program will include the individual grades converted, the message issued to the student, a class average, and the number of grades entered.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started