Write a program that determines the cost of a dinner bill including tax & tip. In determining the tip amount, dinner parties can rank their satisfaction as follows: 1 = Dissatisfied - 15 % Tip 2 = Satisfied - 20% Tip 3 = Extremely Pleased - 25% Tip
Your program should ask the user for their satisfaction level, the number of people in the dinner party and the total cost (before tax & tip) of the bill. Assuming they are splitting the cost evenly, determine how much each person should pay including the tip and tax (7%). Your output should include the total cost of the bill before tax and tip, the tax amount, the tip amount, the total bill, and the cost per person.