Scenario: A store owner needs a basic checkout calculator for his startup business. He wants to be able to take a users order by entering the item name or number, the quantity and the price. He then wants to know what the final total for that item should be.
• Generate The application level requirements, the hierarchy chart, the IPO table and the pseudocode for the application.