Create a program that will run a simple computation on ANY business logic.
e.g. Restaurant Billing System
Offer a Menu
1. Burger 10.00
2. Drinks 5.00
3. Fries 1.50
4. Pizza 7.50
5. Ice Cream 4.00
6. Chicken 15.00
Ask for the number of ordered items.
Compute for the Total Bill.
Display the List of Items Ordered, as well as, Total Bill.
Other possible concepts: Ordering System, Rental System, Reservation System etc.
2. Computation should be placed in a function procedure.