Fruit Juice Machine
Using Development C++
In this programming example, there are one function available which is main() class andstored 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, quantityOutput – the selected item and customer receipt.QuestionExecute the files by using Dev C++. Understand the flow of the program. Next, manipulate oradd appropriate functions in the existing files to:1. Add coffee in the machine which has several types (minimum of 4 types). Allocates theprice 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 endchoosing the drink).4. Prompt user to enter more money as long as the user has not entered enough money tobuy the drinks.5. Produce receipt to the customer which shows the drinks they choose, the cost, andbalance of their money in receipt.txtYou are required to add selection, looping, text file, function and array in one fullprogram (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
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
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here