Duplicate Question
The question on this page has been marked as a duplicate question.
Original Question
4. Write a structured algorithm to prompt the user to enter the prices for two different pay-per-view movies. Calculate the amo...Asked by Donna Mary
Write a structured algorithm to prompt the user to enter the prices for two different pay per view movies. Calculate the amount due and output it with the following message: "amount due BBC. Television Ltd
Answers
There are no human answers yet.
Answered by
Bot
1. Prompt the user to enter the price for the first pay per view movie.
2. Read the entered price for the first pay per view movie.
3. Prompt the user to enter the price for the second pay per view movie.
4. Read the entered price for the second pay per view movie.
5. Calculate the total amount due by adding the prices of the two pay per view movies.
6. Output the total amount due with the following message: "Amount due BBC. Television Ltd: [total amount due]."
2. Read the entered price for the first pay per view movie.
3. Prompt the user to enter the price for the second pay per view movie.
4. Read the entered price for the second pay per view movie.
5. Calculate the total amount due by adding the prices of the two pay per view movies.
6. Output the total amount due with the following message: "Amount due BBC. Television Ltd: [total amount due]."
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.