Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Building the Driver:Design a Driver program which can be used by a tiny convenience store that only sells Milk and Bread.Create an object called milk.

Building the Driver:Design a Driver program which can be used by a tiny convenience store that only sells Milk and Bread.Create an object called milk. Set its description to "1 Gallon of Milk", its price to $3.60 and its quantity to 15.Create an object called bread. Set its description to "1 Loaf of Bread", its price to $1.98 and its quantity to 30Present the user with a menu as follows:1. Sold One Milk Sold One Bread3. Change price of Milk4. Change price ot BreadAdd Milk to InventoryAdd Bread to InventorySee Inventory8. QUItContinue reading in the users choice, until they choose option 8. Ifthe user chooses 1 or 2, call the lowerQuantity method in the milk or bread object as appropriate.it the user chooses 3 or 4. prompt the user for a new price and set the price of MIlk orBread using the setPrice method in the appropriate object.It the user chooses 3 or 6, prompt the user for the new quantity of Milk or bread, andcall raiseQuantity in the appropriate object If the user chooses 7 print out the milk and bread object. You should just be able toprint(milk) and print(bread)

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

Database Systems For Advanced Applications 17th International Conference Dasfaa 2012 Busan South Korea April 2012 Proceedings Part 1 Lncs 7238

Authors: Sang-goo Lee ,Zhiyong Peng ,Xiaofang Zhou ,Yang-Sae Moon ,Rainer Unland ,Jaesoo Yoo

2012 Edition

364229037X, 978-3642290374

More Books

Students also viewed these Databases questions

Question

1. Understand how verbal and nonverbal communication differ.

Answered: 1 week ago