/tip-calculator

Exercise 3.5 - initial code

Primary LanguageJava

Android How To Program Exercise 3.5


Submission Instructions

  1. Fork this repository to your local computer
  2. Open in Android Studio - enable version control
  3. Make the following enhancements to the Tip Calculator app: * Add another text box to enter the number of people eating. If the user enters the number of people in the party (more than one), calculate and display the amount owed by each person if the total bill (amount + tip) were to be split evenly among the party members. * Be sure to include the localization for China
  4. When ready to submit, push your changes to your repository and make a pull request