Question: Write a flowchart and C code for a program that does the following: Design a program for the Hollywood Movie Rating Guide, which can be
Write a flowchart and C code for a program that does the following:
- Design a program for the Hollywood Movie Rating Guide, which can be installed in a kiosk in theaters.
- Each theater patron enters a value from 0 to 4 indicating the number of stars that the patron awards to the Rating Guide's featured movie of the week.
- If a user enters a star value that does not fall in the correct range, re-prompt the user continuously until a correct value is entered
- The program executes continuously until the theater manager enters
- "N" to quit
- At the end of the program, display the average star rating for the movie and the number of ratings.
Create your flowchart in Flowgorithm,
Write Your code in C
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
