Note: Write a C Program and formay use in Program (Printf & Scnaf) Question # 2: Sacha Sweets and Bakers is a popular baker. The store has multiple sections for Cakes, Cupcakes, Brownies, Savory Items, Chips and Nimco. Currently, the store maintains a manual register for recording the details of the bake items such as type, price, orderQty, sales, and so on. However, the owner of the store has decided to automate the tasks such as data entry, sales calculation, stock updation, and so on to save time and effort required in the tasks. You as a software developer have to accomplish the task as follows: You have to create structure for user in which you store user details. Structure has four members: name, city, CNICno and phoneNo. First you have to show menu to user with different categories including subcategories, for this write function for show menu. Every category have different items list in it. Example: Cakes: Chocolate Malt Cake 1900 Three Milk Cake 1500 Pineapple Cake 1000 Strawberry Cheese Cake 1700 Chocolate Lava Cake 2000 Cup Cakes: MnM cupcake 180 Strawberry cupcake 150 Cream Cheese cupcake 120 Dark Chocolate cupcake 170 Milk Chocolate cupcake 150 Write a function to add the item into cart: In this user have to choose maximum 10 item from any category then add quantity of item and add that item to cart. Note: For cart items you have to maintain array with 10 limit. Write some of following functions also: Remove Item. Modify Item. Display all items in cart. Cost of cart Print total. Print user details and items list with price using pointer.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter2: Basic Elements Of C++
Section: Chapter Questions
Problem 5PE
icon
Related questions
Question

Note: Write a C Program and formay use in Program (Printf & Scnaf)

Question # 2:                                                                                                

Sacha Sweets and Bakers is a popular baker. The store has multiple sections for Cakes, Cupcakes, Brownies, Savory Items, Chips and Nimco. Currently, the store maintains a manual register for recording the details of the bake items such as type, price, orderQty, sales, and so on. However, the owner of the store has decided to automate the tasks such as data entry, sales calculation, stock updation, and so on to save time and effort required in the tasks.

You as a software developer have to accomplish the task as follows:

You have to create structure for user in which you store user details. Structure has four members: name, city, CNICno and phoneNo.

First you have to show menu to user with different categories including subcategories, for this write function for show menu. Every category have different items list in it. Example:

Cakes:

  • Chocolate Malt Cake 1900
  • Three Milk Cake 1500
  • Pineapple Cake 1000
  • Strawberry Cheese Cake 1700
  • Chocolate Lava Cake 2000

Cup Cakes:

  • MnM cupcake 180
  • Strawberry cupcake 150
  • Cream Cheese cupcake 120
  • Dark Chocolate cupcake 170
  • Milk Chocolate cupcake 150

Write a function to add the item into cart: In this user have to choose maximum 10 item from any category then add quantity of item and add that item to cart.

Note: For cart items you have to maintain array with 10 limit.

Write some of following functions also:

  • Remove Item.
  • Modify Item.
  • Display all items in cart.
  • Cost of cart
  • Print total.
  • Print user details and items list with price using pointer.
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Declaring and Defining the Function
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr