Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

INSTRUCTIONS Use c + + visual studios Name your source code appropriately, include your last name as part of the filename. A sports venue only

INSTRUCTIONS Use c++ visual studios
Name your source code appropriately, include your last name as part of the filename.
A sports venue only keeps 25 percent of the revenue earned from ticket sales. The remainder goes to the athletic association. Write a program that calculates an arena's gross and net profit for an event.
The program should ask for the name of the event, and how many adult and child tickets were sold. (The adult ticket is $30 and the child ticket is $20.)
It should display a report similar to:
Event Name:
Adult Tickets Sold:
Child Tickets Sold:
Gross Profit:
Net Profit:
Amount Paid to Association:
Little League PlayOffs
1500
600
$57000.00
$14250.00
$42750.00
When you are satisfied that your project is working correctly (and provides accurate results), upload only the source code (the .cpp file) to this submission link. You get only one chance to upload the correct file for each assignment so make sure you are uploading the correct file each time.
image text in transcribed

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

Practical Oracle8I Building Efficient Databases

Authors: Jonathan Lewis

1st Edition

0201715848, 978-0201715842

More Books

Students also viewed these Databases questions

Question

What is operatiing system?

Answered: 1 week ago