Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
Create pseudocode and a flowchart for a program that does the following: Prompt the user to enter a sales tax rate. Prompt the user to enter a price....
Create pseudocode and a flowchart for a program that does the following: Prompt the user to enter a sales tax rate. Prompt the user to enter a price. Calculate and output the amount of tax for the item and the total price with tax. Include modules in your program.