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...




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...<br>*** Welcome to Shelly's Juice Shop ***<br>To select an item, enter<br>1 for orange<br>2 for mango<br>3 for strawberry banana<br>4 for Cookies<br>9 to exit<br>1<br>Please deposit 100 cents<br>30<br>Please deposit another 70 cents<br>50<br>The amount is not enough. Collect what you deposited.<br>-**-* *<br>*** Welcome to Shelly's Juice Shop ***<br>To select an item, enter<br>1 for orange<br>2 for mango<br>3 for strawberry banana<br>4 for Cookies<br>9 to exit<br>3<br>Please deposit 45 cents<br>45<br>Collect your item at the bottom and enjoy.<br>*** Welcome to Shelly's Juice Shop ***<br>To select an item, enter<br>1 for orange<br>2 for mango<br>3 for strawberry banana<br>4 for Cookies<br>9 to exit<br>9<br>Press any key to continue<br>

Extracted 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

Jun 04, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here