Asked by jacob

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 Jessica
//this is my first week of programming but here's what I have so far

Begin
Input myPrice
myAnswer=myNumber+0.8
output myPrice
output 0.8
End


//I used Visual Logic to help me figure this out but I don't know how to DISPLAY the phrase: prints out for the user the original price and the tax but not the total. can you help?
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions