Home / Expert Answers / Computer Science / flowchart-and-decision-1-write-a-flowchart-or-pseudocode-and-c-code-for-a-program-that-does-the-pa251

(Solved): Flowchart and Decision 1. Write a flowchart (or pseudocode) and C code for a program that does the ...



Flowchart and Decision
1. Write a flowchart (or pseudocode) and C code for a program that does the following:
Declares variables with float (real) d
1. Write a flowchart (or pseudocode) and C code for a program that does the following: Declares variables with float (real) data types. Assigns the tax rate Asks the user to enter the sales amount Computes the sales tax by multiplying the sales by the tax rate Displays the sales tax with the appropriate message Create an assignment statement that computes the total sales, including the tax amount. Output a final message along with the total sales amount Be sure to add comments throughout your program describing what is happening


We have an Answer from Expert

View Expert Answer

Expert Answer


Pseudo Code:1) Declare a float variable (tax_rate=0.08)2) Take the SALES amount from the user (sales_amount)3) calculate Sales Tax (sales_tax = sales_
We have an Answer from Expert

Buy This Answer $5

Place Order

We Provide Services Across The Globe