Write pseudocode algorithms for the programs described as follows:
Sales Tax
A program that calculates the total of a retail sale should ask the user for the following:
• The retail price of the item being purchased
• The sales tax rate
Once these items have been entered, the program should calculate and display the following:
• The sales tax for the purchase
• The total of the sale
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.