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

1 answer

//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?