Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write a C++ program which tracks assignment grades. It should do the following: Ask the user how many assignments there are. Input a grade for
Write a C++ program which tracks assignment grades. It should do the following:
Ask the user how many assignments there are.
Input a grade for each assignment from the user.
Print out the total points scored, and the average (mean) score.
If you have time, add these extra features:
print out the letter grade for the average score using the standard grading formula (90 or higher is an A, 80 or higher is a B, etc.)
Make sure each grade is at least 0 and at most 100
*trying solving this problem using the loops; ! if statements
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