LunarEclipz / OOPP-Slazz

Our object oriented programming project
0 stars 1 forks source link

Account Balance Tracker (Finance) #1

Closed LunarEclipz closed 5 years ago

LunarEclipz commented 5 years ago

As a Student who wants to save money so that I can spent it on rainy days, I wish to be informed of when my account balance is below a certain amount, so that I do not spend more then the amount I have allocated for the month.

LunarEclipz commented 5 years ago

Acceptance Criteria:

  1. Class attribute includes : Account balance, Planned Savings, Total Spending.
  2. The Planned Savings is an input by the User and can be changed manually.
  3. When the Account Balance is lower then the User's Monthly Budget, there will be a pop-up warning the User.