Author: Jason Madison
Date: 2-9-2017
Description: This app will total a bill, with options for sales tax and tip amount
git init (do this only the first time)
git add .
git commit -am "first commit"
git remote add origin git@github.com:jason75080/BillCalculator.git
git push -u origin master
jason75080/BillCalculator
This app calculates the total bill, with options for state sales tax and tip ammount
JavaScript