63.1k views
1 vote
A program is designed for Hollywood movie ratings to be installed in art council theaters. What statement about the program execution process is correct?

A. The program stops when the user inputs a negative number.
B. The program runs continuously until the theater manager enters a positive number.
C. The program asks for the user's name at the start.
D. The program displays the highest star rating for the movie.

1 Answer

3 votes

Final answer:

The program runs continuously until the theater manager enters a positive number.

Step-by-step explanation:

In the given question, the program execution process for a program designed for Hollywood movie ratings to be installed in art council theaters is being discussed.

The correct statement about the program execution process is option B: The program runs continuously until the theater manager enters a positive number.

This means that the program will keep running and accepting inputs until the theater manager enters a positive number, indicating that they want to stop the program.

User Delwinn
by
8.0k points