Design an algorithm determining the total


You have been contracted by a local antique store to design an algorithm determining the total purchases and sales tax. According to the store owner, the user will need to see the subtotal, the sales tax amount, and the total purchase amount. A customer is purchasing four items from the antique store. Design an algorithm where the user will enter the price of each of the four items. The algorithm will determine the subtotal, the sales tax, and the total purchase amount. Assume the sales tax is 7%.
Be sure to think about the logic and design first (input-process-output (IPO) chart, flowchart, and pseudocode). Display all output using currency formatting.
Advanced (optional): Use a constant for the 7% sales tax.

Solution Preview :

Prepared by a verified Expert
Basic Computer Science: Design an algorithm determining the total
Reference No:- TGS0915365

Now Priced at $10 (50% Discount)

Recommended (93%)

Rated (4.5/5)