Write C Program New Shop Opened Asked Create Automated Menu Ordering Items Hard Items Soft Q43780679
write C++ program for New shop is opened your are asked tocreate an automated menu for ordering items (Hard Items, Soft Items) online from the shop.
The scenario of making order is as follow:
1 – The customer need to choose either Hard or Soft :
– In case of Hard item the customer may choose (Hard Item One orHard Item Two).
– In case of Hard item the customer may choose (Soft Item One orSoft Item Two) .
Note that:
– A full menu should be display for the customer .
– After ordering Hard the customer may order Soft .
– Bad input should be ignored .
– Welcome massage (Welcome to our Shop) and goodbye massage(Thanks come back again). should be used.
Inputs : Upper case Characters for choosing items from the menu.
Output: full Order (customer order Hard or Soft )
Output Example:
Welcome to our Shop
What do you want to buy today?
A) Hard Item B) Soft Item
Your order is :
Hard Item One
Soft Item Two
Thanks come back again
Expert Answer
Answer to write C++ program for New shop is opened your are asked to create an automated menu for ordering items (Hard Items, Soft…
OR