Tip Calculator

In this assignment we were tasked with writing code that would take an amount of money and add the tip and the amount of tax that we would have to pay and make it into the total. In the first picture I’m just writing the code that says that the meal itself cost $44.50. In the second picture I add that the tax on the meal is .0675 or 6.75%. In the third picture I write that the tip on the meal is .15 or 15%. In the fourth picture I write a line to determine what the full cost of the meal with tax is. In the fifth picture I write the final string that determines the total cost of the meal with tax and tip. Aside from the code you need to know how to turn percents into decimals and the order of operations.