In: Computer Science
Show your results using all planning tools (algorithm, IPO chart, desk checking, pseudocode, flowchart) for an application that allows a user to enter the number of text messages he or she sent last month and then displays the bill. Messages cost 25 cents each, and 8 percent tax is charged on the total.
The results in the form of IPO chart algorithm/pseudocode, flowchart and the desk checking is provided below:
IPO Chart with Algorithm.
Input |
Processing |
Output |
Monthly count of text messages |
Processing items: Monthly raise Algorithm:
|
Display the monthly bill. |
Explanation:
IPO Chart with flowchart.
Input |
Processing |
Output |
Monthly count of text messages |
Processing items: Monthly raise Flowchart: |
Display the monthly bill. |
The Desk checking of the application of computing the monthly bill is provided below:
Number of text messages in a month |
Per message cost |
Tax |
Final Monthly Bill |
100 |
25 |
0.08 |
2700 |
150 |
25 |
0.08 |
4050 |
500 |
25 |
0.08 |
13500 |