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

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]."