Ask the user to enter the discount percentage(rate) offered in a sale
Accept the discount percentage from the user
Ask the user to enter the price for three different sales item
Accept the prices of the three sale items
Compute the total price of the three items
Compute the discount received
Compute the total price payable
Print the price payable
Use the headings:
• Purpose
• Declare variables
• Initialize variable
• Processing