Skip to content

AssadullahBaig/cpp-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CPP-Practice

Requirements / Goals

  1. Restaurant menus
  2. Different cuisines
  3. Have different items in each cuisine
  4. Each item should have its own price
  5. Add different toppings or side items

Working / Goals

  • The program should first print a whole menu of the types of cuisines the restaurant has
  • Then it should ask the user for input to select the type of cuisine they would like to order from
  • After the user selects the cuisine type the program should display the items that are available
  • In the first early stages just carry on and ask if the user would like to add extra’s or toppings on or with the item and add it to the item
  • after the you get familiar with the program, make it so that the program takes multiple orders until the user wants to quit ordering or want to proceed to the next step (Add an option to exit the program, and also an option with instruction if the user wants to add/ keep adding topping or extras or if they are done or don’t want extra’s)
  • Later in the progress, make it so the program displays the total bill of the complete order(including extra’s)
  • After this works, make it so the program repeats the output and show you everything that u ordered(make a cart), and ask you if u want to finalize the order, then display the final order and make the final bill.
  • Add a budget for the user

About

CPP Practice code that i will be uploading as much i can to see my progress in c++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages