8000 GitHub - TheMoonK1d/Customer-Ordering-System: we are create Small ordering system for restaurant menu item using C++ // This project in for beginners only
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

we are create Small ordering system for restaurant menu item using C++ // This project in for beginners only

Notifications You must be signed in to change notification settings

TheMoonK1d/Customer-Ordering-System

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Customer-Ordering-System

we are creating Small ordering system for restaurant menu using C++ // This project in for beginners Question Write a C++ program that can executethe following a. The program should include three structures i. Recipewith numOfcomponents,componentList(Array) and componenetMeasurement ii. MenuwithitemCode ,itemPrice, preparationTimeand ItemRecipe(ItemRecipe should be of typeRecipe) iii. OrderwithorderedBy, menuItem(menuItem should be of typeMenu)Hint: use an arrayTheprogram should enable the user to enter the information of 3orders for 5items each. b. Use proper data type and validation for a specific value entered by the user and try to make the console interface as interactive as possible. The output displayed should also be well formatted like menu option for the items.

About

we are create Small ordering system for restaurant menu item using C++ // This project in for beginners only

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%
0