Question: Summary Exercise 3 Maintain code redeability. Program the code in c + + only. And use logical code for others to understand whats going on

Summary Exercise 3
Maintain code redeability. Program the code in c++ only. And use logical code for others to understand whats going on. Use switch, case, break method to do.
Create a Movie Rating Chatbot that allows users to rate the following films:
Top Gun: Maverick
Star Wars: The Last Jedi
Minions: The Rise of Gru
Your chatbot should:
Display the name of the film and ask the user to enter the number of stars they would rate it.
Depending on the rating, one of the following messages will be displayed:
1 or 2- That sounds rubbish!
3 stars - Sounds like it was okay then!
4 stars - Sounds great!
If the user enters any invalid text, then you should display an error message.
You should use functions to reduce the amount of repeated code within your program.
 Summary Exercise 3 Maintain code redeability. Program the code in c++

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!