Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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++
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
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