Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create a C++ program that simulates a soda machine and follows the given requirements. Please help! For your second programming project, you are to write

Create a C++ program that simulates a soda machine and follows the given requirements. Please help! image text in transcribed
image text in transcribed
image text in transcribed
image text in transcribed
For your second programming project, you are to write a C program that will simulate a soda machine! The program is to use a struct that stores the following data members: Soda name Soda cost Number of sodas in machine The original contents of the soda machine are contained in the binary file, "sodas.dat", which I have made available with this assignment. It is a file of five structs, each with the members indicated above. Your program is to read this file and place its contents into the array, soda, of data type SodaType. You should keep a safe copy of "sodas dat" in a separate folder in case that you nccd to usc it again in your project folder should you nced to fix your program and run your program correctly in the final tcst. SodaType soda where SodaType is the struct type, struct SodaType char name[12]; float price; int num; Soda Type must be declared globally. Your program will then process the array, soda, according to the choices made by the user. The original binary file for the soda machine starts with five sodas each. So when the program runs the first time, a description to the user is to be displayed at the screen and then the following menu of selections is to be displayed at the screen Choose from the following Menu: 1) Cola 0.75 2) Root Beer 0.80 3) Ginger Ale 0.95 4) Orange Soda 0.80 5) Grape Soda 0.85 6) Leave the soda machinc Choose one

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 Management Systems Designing And Building Business Applications

Authors: Gerald V. Post

1st Edition

0072898933, 978-0072898934

More Books

Students also viewed these Databases questions

Question

=+j Explain IHRMs role in global HR research.

Answered: 1 week ago

Question

=+j Describe an effective crisis management program.

Answered: 1 week ago