Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

NOTED: I WANT THIS QUESTION IN SIMPLE IN C LANGUAGE Question # 2: Sacha Sweets and Bakers is a popular baker. The store has multiple

NOTED: I WANT THIS QUESTION IN SIMPLE IN C LANGUAGE

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.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Transactions On Large Scale Data And Knowledge Centered Systems Xxviii Special Issue On Database And Expert Systems Applications Lncs 9940

Authors: Abdelkader Hameurlain ,Josef Kung ,Roland Wagner ,Qimin Chen

1st Edition

3662534541, 978-3662534540

More Books

Students also viewed these Databases questions