Question: c++ Question 3 Write a program with at least six (6) functions by using while loop. The program should be able to count and display

 c++ Question 3 Write a program with at least six (6)

c++

Question 3 Write a program with at least six (6) functions by using while loop. The program should be able to count and display the number of student with grade A+ (90 - 100), grade A (80 - 89), grade B (70-79) and grade E (0 - 69). The program should also be able to display average of marks. The program should be able to check that the marks must be between 0 and 100. The first input is the number of students, for example 3. Then, the user must key in 3 marks. Finally, the program should be able to display the intended outputs. Input Validation: Display an error message if the user enters invalid inputs and ask the user to key in the new inputs by using loop or iteration

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!