Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Use C++ code please........ Program 1: Sales Tax Write a program that will compute the total sales tax on a $95 purchase. Assume the state
Use C++ code please........
Program 1: Sales Tax Write a program that will compute the total sales tax on a $95 purchase. Assume the state sales tax is 4 percent and the county sales tax is 2 percent. Math: Out Program 2: Box Office A movie theater only keeps a percentage of the revenue earned from ticket sales. The remainder goes to the movie distributor. Write a program that calculates a theater's gross and net box office profit for a night. The program should ask for how many adult and child tickets were sold. (The price of an adult ticket is $10.00 and a child's ticket is $6.00.) Net is 20% of gross. Distributor gets 80% of gross. The program should display a report as shown below. Input ask for the number of Adult tickets Ask for the number of Child tickets Math: Calculate the Gross, Net, and Amount Paid to Distributor Output: Print out the chart below Note: 1. ONLY turn in the cpp files 2. Zip all cpp files into one folder Zip the 3 assignments together. 3. Programs that do not compile 0 points How 4. Programs with incorrect results - loose half points 1. Put the 3 CPP files in a folder 5. Programming Style - use the books exact 2. Right click on the folder 3. Left click on the folder and select programming style (indent code between braces Send to 6. Have the appropriate comment section at the top of 4. Click on Compressed (zipped )Folder each program. 5. Name this folder: Ch1 Your First Name Turn in all programs as ONE zipped fileStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started