Requires you to design a program using the four Program Development Life Cycle step (Analyze, Flowchart, Pseudocode, and Test).
Design a program for the Hollywood Movie Rating Guide. The user should be able to enter a value from 0 t0 4 that indicates the number of stars they are awarding to the Guide's featured movie of the week.
Use a sential value to indicated when the program will stop by allowing the user to use a negative number to quit.
Make sure to display appropriate messages so the user clearly understands how to input the information and when the average star rating has occurred.