Restaurant digital menu
Write a program that acts like a restaurant menu. This app must have the following capabilities:
1.Menu display: The program should display all the items in the menu with name, price and description.
2.Select the item: The guest should be able to add it to his shopping cart by entering the number or name of an item.
3.Shopping cart: The guest should be able to view his shopping cart, including the names of the items and the total price.
4.Remove the item from the shopping cart: The guest should be able to remove an item from his shopping cart.