TipCalculator is a simple project inspired by "Exercises for Programmers" by Brian P. Hogan. The program asks the user for a bill amount and tip rate. After calculating, the program displays the tip and total bill amount.
v1: Text based program.
v2: Created a GUI for the TipCalculator. Version 1 can be accessed by running TipCalculatorTextDriver.java