Tip Calculator

screenshot-34

we create our variable meal and set it to the value 42.50 and the variable tax with value of 6.75% value.

screenshot-36

we set the variable tip to the value 15.0/100

screenshot-37

we reassigning meal to a new value the value of meal times itself times the value of tax

screenshot-38

we assign the variable total to the value of meal times itself times tip. then we print them to have the total cost of the meal

do you want know the total cost of your meal lets try it with python.