Question
A. Write pseudocode to design a program for the Hollywood Movie Rating Guide, in which users continuously enter a value from 0 to 4. The
A. Write pseudocode to design a program for the Hollywood Movie Rating Guide, in which users continuously enter a value from 0 to 4. The value indicates the number of stars they are awarding to the Guides featured movie of the week. The program executes continuously until a user enters a negative number to quit. If a user enters a star value that does not fall within the correct range, the program should prompt the user continuously until a correct value is entered. At the end of the program, display the average star rating for the movie.
B. Design logic using pseudocode that modifies the movie-rating program above(A) so that a user gets three tries to enter a valid rating. After three incorrect entries, the application issues an appropriate message and continues with a new user.
Please do not submit Java, C++, C#, or any other language-specific syntax.
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