Programmer’s Task: (Using Android Studio) and Java Language
Develop an android app that allows the user to input the Salary or wage and the allows them to check
the options for each rule. After clicking ‘SAVE’ button, it calculates the Remaining money. You will be
the one to choose how much amount required for each option an then take the percentage based on
the allocation rule.
Example :
Salary : 10,000.00
Absolute necessities in Life
= 50% of 10,000 is 5,000.00.
Housing 2,000.00
Transportation 1,000.00
Groceries 1,000.00
Utilities 1,000.00
TOTAL 5,000.00
Financial Obligations
= 20% of 10,000 is 2,000.00
Investment 1,000.00
Debt Payments 500.00
Retirement 500.00
Emergency Funds 300.00
TOTAL 2,300.00
NOTE that you have over spent 300.00 pesos for this obligation, hence you become
deficit.
Remaining : 700.00
Remarks : On-budget (if remaining is more than 0.)
Deficit (if remaining is less than 0.)
Comments
Leave a comment