Write a C++ program for a restaurant ordering system. Yourprogram should display the items sold at the restaurant and theirprices as a menu (You decide the items and price for your menu).Your program should allow the customer(user) specify how many itemsoff the menu they want to order, A customer can select a maximum of3 different items off the menu. The customer can order as many ofeach selected item as possible.Your program should display the restaurant menu, get the orderfrom the customer, calculate the final total, including tax (taketax as 5.3% of the total), and then print a receipt to an
OR
OR