Starting from:

$20

Cosc54730-Program 2 Solved

Write the following application.  You will be using the GUI lectures to complete this assignment.  The implementation of the GUI is left for you, but it should be intuitive to use.  You may need to use several layouts in order to make the interface usable.

Tip calculator: 

This is a useful program for most people when they are at a restaurant and need to figure some information quickly with the bill.  Your program will allow the following:

Enter the amount, percent of the tip to be left, whether they want a rounding method.

There are two rounding methods:

Round TOTAL bill to near dollar
Round the TIP to nearest dollar (then add to bill amount).
The user can select one of the two or no rounding.  The default would be no rounding.

 

GRADUATE only section.

The split function:

This means the bill (and tip) will be split equally among the party.   When the bill is to be split, it MUST show extra information.  It would still show the tip and total bill, but it must also show the split per person,  Rounding will have similar results, round per tip per each person or rounding the total bill per person.  The default value for the split is 1.

TURN IN and GRADING: 

Soft copy:

Use this link to create your repo https://classroom.github.com/a/Vl2OD5Av
Upload the project to your repo
Create/Edit the readme.md file, add the following:Course number 4730 or 5730 o Name
how to run the program (this is could be pretty simple statement), o which phone/emulator to run on including special information like android version (ie 10) and screen size.
Or if you are using the borrowed, phone, Pixel 2.
Lastly ensure everything has uploaded to the github website and not just the local repo.
 

More products