Fruit Juice Machine Using Development C++ In this programming example, there are one function available which is main() class and stored in fruit.cpp. The program should do the following; 1. Show the customer the different product sold by the juice machine. 2. Let the customer make the selection. 3. Show the customer the item selected. 4. Accept money from customer. 5. Release the item.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
100%

Fruit Juice Machine

Using Development C++

In this programming example, there are one function available which is main() class and
stored in fruit.cpp.
The program should do the following;
1. Show the customer the different product sold by the juice machine.
2. Let the customer make the selection.
3. Show the customer the item selected.
4. Accept money from customer.
5. Release the item.
Input – the selected item, quantity
Output – the selected item and customer receipt.
Question
Execute the files by using Dev C++. Understand the flow of the program. Next, manipulate or
add appropriate functions in the existing files to:
1. Add coffee in the machine which has several types (minimum of 4 types). Allocates the
price and types for the customer. (Now, user can choose screen to buy juice or coffee.
With each have different menu).
2. Show the customer the cost for each.
3. Let the customer choose more than one drink (iterate till the customer request to end
choosing the drink).
4. Prompt user to enter more money as long as the user has not entered enough money to
buy the drinks.
5. Produce receipt to the customer which shows the drinks they choose, the cost, and
balance of their money in receipt.txt
You are required to add selection, looping, text file, function and array in one full
program (extra mark will be given if you add any extra that not cover in the syllabus). 

The following result look like this in the picture

 

CA C:\Documents and Settings DonaldMy Documents\CSC161 Program Solutions\Ch13_Ex18\C...
*** Welcome to Shelly's Juice Shop ***
To select an item, enter
1 for orange
2 for mango
3 for strawberry banana
4 for Cookies
9 to exit
1
Please deposit 100 cents
30
Please deposit another 70 cents
50
The amount is not enough. Collect what you deposited.
-**-* *
*** Welcome to Shelly's Juice Shop ***
To select an item, enter
1 for orange
2 for mango
3 for strawberry banana
4 for Cookies
9 to exit
3
Please deposit 45 cents
45
Collect your item at the bottom and enjoy.
*** Welcome to Shelly's Juice Shop ***
To select an item, enter
1 for orange
2 for mango
3 for strawberry banana
4 for Cookies
9 to exit
9
Press any key to continue
Transcribed Image Text:CA C:\Documents and Settings DonaldMy Documents\CSC161 Program Solutions\Ch13_Ex18\C... *** Welcome to Shelly's Juice Shop *** To select an item, enter 1 for orange 2 for mango 3 for strawberry banana 4 for Cookies 9 to exit 1 Please deposit 100 cents 30 Please deposit another 70 cents 50 The amount is not enough. Collect what you deposited. -**-* * *** Welcome to Shelly's Juice Shop *** To select an item, enter 1 for orange 2 for mango 3 for strawberry banana 4 for Cookies 9 to exit 3 Please deposit 45 cents 45 Collect your item at the bottom and enjoy. *** Welcome to Shelly's Juice Shop *** To select an item, enter 1 for orange 2 for mango 3 for strawberry banana 4 for Cookies 9 to exit 9 Press any key to continue
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 4 images

Blurred answer
Knowledge Booster
Function Arguments
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
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education