Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 997 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 997 Bytes

Tip-Calculator

Build Status codecov

This is a simple tip calculator

Enter your bill total and it will ask how generous you want to be with your tipping. Based on your choice, it will give you the tip amount and bill total.

What is your bill total?
46

Bill total entered: $46.00

---------------------Tip Suggestions-------------------------
If you want to be cheap, then tip $6.90

If you want to be gracious, then tip $9.20

And if you want to be VERY gracious, then tip $11.50
-------------------------------------------------------------

[?] Which do you want to be?: Very Generous - 25%
   Cheap - 15%
   Generous - 20%
 > Very Generous - 25%

Wow, look at you! Your generous tip is $11.50, and your bill total is $57.50