I want you to work on writing these two problems in class. Feel free to talk it over.

Problem #1: Take in the water bill for each of the four quarters. Tell me the sum of the bills and the average of the bills. If the sum is greater than 400, write a message about conserving water, otherwise write a message that says ok.

Problem #2: Take in the customer’s food charges and their beverage charges. Add them together to get the total before tax. Calculate the tax (use 5.2%) and give the price after taxes. Now calculate the tip (you are tipping at 15%) and add that to the total. Display three outputs: Bill before taxes, bill including taxes, bill including taxes and tip.