Our orders are delivered strictly on time without delay
Paper Formatting
Double or single-spaced
1-inch margin
12 Font Arial or Times New Roman
300 words per page
No Lateness!
Our orders are delivered strictly on time without delay
Our Guarantees
Free Unlimited revisions
Guaranteed Privacy
Money Return guarantee
Plagiarism Free Writing
Pseudocode and C code for a program
Write a flowchart (or pseudocode) and C code for a program that does the following: • o Declares variables with float (real) data types. o Assigns the tax rate = .08 o Asks the user to enter the sales amount o Computes the sales tax by multiplying the sales by the tax rate o Displays the sales tax with the appropriate message o Create an assignment statement that computes the total sales, including the tax amount. o Output a final message along with the total sales amount o Be sure to add comments throughout your program describing what is happening