You have to develop an electronic lunch menu for UCP executive lounge. Dynamically
create a character 2D list with the name , space and price of different items as shown
below. Assume that your price do not exceeds Rs 255.
Coke 40
Fanta 40
Cupcake 40
Tea 10
Coffee 40 Lays 20
Sandwich 25
Lassi 40
Bounty 120
Kurkure 10
Water 25
There can be two types of user of this system admin and customer.
Admin can Add/Edit/Remove the list. This account should be password protected. Password
should not be visible while admin writing on the screen instead just stars. Password should be
strong i.e. at least 5 characters having combination of upper, lower, special character and number
(0-9).
Admin can reset password by providing Hint.
User can only have following 2 options
1: Display all items with price
2: Order specific item price
For display all it must write “List”
For second option it would write „O‟ with the name of the product e.g.
O Fanta
O Lays Fanta
O Water Sanwich Fanta
Finally a confirmation message of complete order will display, user may accept by pressing Y or
can reject by N.
Customer account should not be password protected so that any one can use it.