Answered step by step
Verified Expert Solution
Question
1 Approved Answer
The algorithm shown below should calculate and display the total amount due, but it is not working correctly. What needs to be corrected ( hint:
The algorithm shown below should calculate and display the total amount due, but it is not working correctly. What needs to be corrected hint: there are two
Input Processing Output
number purchased
folder price
sales tax rate
Processing items: subtotal, sales tax total due
Algorithm:
Enter the number purchased and folder price
calculate the subtotal by multiplying the number purchased by the folder price
Calculate the sales tax by dividing the subtotal by the sales tax rate
Calculate the total due by adding the sales tax to the subtotal
display the total due
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started