Question: Using C++ create a tip calculator. You go out to dinner once a week with a group of friends at the neighborhood Thai restaurant. You
Using C++ create a tip calculator. You go out to dinner once a week with a group of friends at the neighborhood Thai restaurant. You always have trouble dividing the bill. Write a simple program to calculate the tip and divide the total equally among a specified number of friends. The program should prompt the user for the number of people who are sharing the bill and the amount of the total bill. To give you a range of values, it should output the amount each person should pay based on both a 16% tip and a 20% tip. Display the output in monetary format.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
