Respuesta :

The pseudocode of the program is simply a prototype of the actual program

How to write the pseudocode?

The pseudocode that does the requirements in the question is as follows:

  • Start
  • Get Input for amount of purchase
  • Compute the state tax: sales tax = sales tax percentage * amount
  • Compute the provisional sales tax: provisional sales tax = provisional sales tax percentage * amount
  • Print the taxes

Read more about pseudocode at:

https://brainly.com/question/24735155

#SPJ1