Question: The following are from the Algorithm Workbench in your book on page 140. You are to complete one of these three for your practice program:Write
The following are from the Algorithm Workbench in your book on page 140. You are to complete one of these three for your practice program:Write a pseudocode algorithm for a program that calculates the total of a retail sale. The program should ask for the amount of the sale and the sales tax rate. The sales tax rate should be entered as a floating-point number. For example, if the sales tax rate is 6 percent, the user should enter 0.06. The program should display the amount of sales tax and the total of the sale. After you write the pseudocode algorithm, convert it to a complete C++ program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
