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. 
10. A program is required to receive a customers name, a purchase amount and a tax code. The tax code has been validated and
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.


We have an Answer from Expert

View Expert Answer

Expert Answer


Algorithm 1. input customer_name, purchase_amount, tax_code 2. if tax_code = 0 then tax = 0 3. else if tax_code = 1 then tax = (3*purchase_amoun
We have an Answer from Expert

Buy This Answer $5

Place Order

We Provide Services Across The Globe