Question: C++ program, please write the code with the header; Q1 :Write a program that asks the user to enter a meal name and its cost
C++ program, please write the code with the header;
Q1 :Write a program that asks the user to enter a meal name and its cost in a restaurant, and then computes the tax and tip on the restaurant bill for that meal. The tax should be 6.75 percent of the meal cost, and the tip should be 20 percent of the total after adding the tax. Display the meal name, meal cost, tax amount, tip amount, and total bill on the screen.
Q2: There are three seating categories at a football stadium. Class A seats cost $15, Class B seats cost $12, and Class C seats cost $9. Write a program that asks how many tickets for each class of seats were sold, then displays the amount of income generated from each class ticket sales, and the total amount of sales on the screen.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
