Home /
Expert Answers /
Computer Science /
create-the-corresponding-algorithm-and-flowchart-do-not-write-a-program-nbsp-please-create-the-cor-pa181
(Solved): Create the corresponding ALGORITHM AND FLOWCHART. DO NOT WRITE A PROGRAM. Please create the cor ...
Create the corresponding ALGORITHM AND FLOWCHART. DO NOT WRITE A PROGRAM.
Please create the corresponding ALGORITHM and FLOWCHART for the question. DO NOT WRITE A PROGRAM. ALGROITHIM AND FLOWCHART WITH CORRECT SHAPES.
10. A program is required to receive a customer's name, a purchase amount and a tax code. The tax code has been validated and will be one of the following: 1 tax exempt (0\%) 2 state tax only \( (3 \%) \) 3 federal and state sales tax \( (5 \%) \) 4 special sales tax \( (7 \%) \) The program must then compute the sales tax and the total amount due, and print the customer's name, purchase amount, sales tax and total amount due. Create the algorithm and flowchart.