A. Write pseudocode to design a program for the Hollywood Movie Rating Guide, in
ID: 3919189 • Letter: A
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 value indicates the number of stars they are awarding to the Guide’s 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.
Explanation / Answer
A.
B.
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.