Instructions:
Write a Java program that can be used by the University’s student centre for the sale of foodstuffs. Below is the menu: Item Price (K.shs.)
1. Soda 25
2. Ndazi 10
3. Chapati 15
4. Beef stew 50
5. Fried cabbage 20
6. Coffee 25
A student/user should key in the serial number of the food item(s) he wants to buy. The program should calculate the bill and show the balance (if any) after payment. Example: If the user keys in 5, the program should show a bill of K.Shs. 20 for fried cabbages and allow the customer to key in the amount paid.