Answered step by step
Verified Expert Solution
Question
1 Approved Answer
2 . 1 Implement a main menu that displays options: 1 . Enter Feedback, 2 . Summarize Feedback, 3 . Quit. Utilize a switch statement
Implement a main menu that displays options: Enter Feedback, Summarize Feedback, Quit. Utilize a switch statement for navigation based on the user's choice.
Marks
For the Enter Feedback option, prompt users to rate their service experience on a scale of and provide a short comment.
Marks
Include error handling for the rating input to ensure it's within the specified range and discuss in comments how errors are managed.
Marks
Under Summarize Feedback calculate and display the average rating and the number of feedback entries.
Marks
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