alexalewis / assignments

0 stars 0 forks source link

06 - First Bank of Suncoast - File storage #8

Closed alexalewis closed 4 years ago

alexalewis commented 4 years ago

First Bank of Suncoast

For this assignment, you will be creating your own personal bank account manager. You will creating an app that will let you track a savings and a checking account total by performing transactions, such as withdrawal, deposits and transfer. This will save your information in a file so you can track your account totals over time, automatically.

Objectives

Requirements

Create a console app that allows a user to manage a savings account.

As user should be able to make a deposit to each of their account, a withdrawal from each of their account, and transfer money between accounts.

The account information should be stored in a file, using a JSON or CSV format to record the data.

Explorer Mode

Adventure Mode

Epic Mode

Additional Resources

Preview

alexalewis commented 4 years ago

https://github.com/alexalewis/FirstBankOfSuncoast