Other
You must have Calculo installed on your device to try this template.
Tip calculator
Content
price = input Price
number_of_people = input Number_of_people
tip = input tip to %
output total = price + tip
output tip amount = total - price
output tip per person = tip amount / number_of_people
output total per person = total / number_of_people
Description
The Tip Calculator calculates tip amount for various percentages of the cost of the service, and also provides a total amount that includes the tip. In the U.S., a tip of 15% of the before tax meal price is typically expected.