Question: c++ Problem 2: Not the KSU Newspaper Using Repl.it write a complete program that asks the user for the number of students in their course,

c++
c++ Problem 2: Not the KSU Newspaper Using Repl.it write a complete

Problem 2: Not the KSU Newspaper Using Repl.it write a complete program that asks the user for the number of students in their course, declares an array of CHARs using the number of students entered by the user as the size of the array. Program must use a DO...WHILE loop with a SENTINEL value to indicate if user wants to stop entering grades, otherwise it should stop when the array is filled, and must use a SWITCH to keep track of total number of each letter grade entered. Program should display the total number of each letter grade entered once the loop ends, regardless of why the loop ended (array is full, or sentinel value was entered)

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!