Answered You can hire a professional tutor to get the answer.
Write quot;Enter the price in dollars:quot; Input Price Write quot;Enter state sales tax(e.
Using the following pseudocode, provide 5 unique test cases that would help validate your algorithm. .
Write "Enter the price in dollars:"
Input Price
Write "Enter state sales tax(e.g. .06) :"
Input SalesTax
Set Price = Price + (Price * SalesTax)
Write "Price with Tax is" + Price
Submit your word or PDF file to your assignments folder no later than the due date.
How do I code this Please .