This is a tip calculating program where the user may input a bill amount and select several different means of calculating a tip. These include:
- The user inputting a percentage of their bill.
- The user giving their server a rating from 1 to 5 stars.
- The user manually inputting their desired tip amount.
It then calculates the total price of their bill and displays it.
- Python 3.8.5
- Visual Studio Code