using Word, Visio or any other graphical editor that allows you to create shapes and arrows, create a simple flow chart that provides the functionality pseudocode:
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
Also, Provide a test case that you could use to validate your algorithm


 

 

    • 10 years ago
    A+ Work
    NOT RATED

    Purchase the answer to view it

    • qfile11yi.zip