SakuraMatrix / p0

0 stars 24 forks source link

Timothy M. Herger (timothyherger6), p0 Idea/Progress so far, Bank Account App.... #20

Open timothyherger6 opened 3 years ago

timothyherger6 commented 3 years ago

For my 0th project, I have ultimately decided on doing a Bank Account Application, possibly in honor of our prime client, JPMCB. No music app here anymore, as I have decided that it's not going to work out/will have to try that idea some other time (Apologies if you were looking forward to that :-/).

I have so far written methods to: Create the Account (constructor), Get the Balance for the Account, Withdraw Funds from the account, Deposit Funds into the Account, Display information about the account, Transfer funds between two accounts if multiple accounts exist (getting a little ahead of myself), and Closing the Account.

However, the main method is still a little iffy/janky, so, I have to work on that to get everything working.

Future ideas for possible addition to the Bank Account App: Username/Password for Security, Add interest rates to calculate/accumulate into account (a la Savings Account/Interest Checking Account/CD), possibly do money loans? Getting ahead of myself here....

I understand others are doing a Bank Account App? I believe it was Sezin Demir? I would love to do some pair programming with the others, as I feel it would be beneficial to us both/all. That's all I have for now. Thank you. ...