In: Computer Science
Show your results all planning tools (algorithm, IPO chart, desk checking, pseudocode, flowchart) for an application that allows a user to enter the price of an item and computes 6.25 percent sales tax on the item.
The above images describe the constant calculation, algorithm, IPO chart, pseudocode, and the flow chart for the given problem.
For desk checking, you could dry run various use-cases (with price in some currency unit) on the given algorithm as illustrated below:
You could assume other cases as well, as per your imagination and try desk checking the given algorithm.