Duplicate Question
The question on this page has been marked as a duplicate question.
Original Question
Draw a flowchart or write the pseudocode for an application that allows a user to enter price and computes 8 percent sales tax...Asked by Anonymous
Draw a flowchart or write the pseudocode for an application that allows a user to enter price and computes 8 percent sales tax on the item. Use // declartions
Answers
Answered by
Writeacher
Please know that no one will do your work for you. If YOU post what YOU THINK, someone here will be happy to check your work.
Answered by
Steve
here's a start:
print "Enter price"
read price
tax = price * 0.08
print "Enter price"
read price
tax = price * 0.08
There are no AI answers yet. The ability to request AI answers is coming soon!