KamariRoss / assignments

0 stars 0 forks source link

06 - First Bank of Suncoast - File storage #8

Open KamariRoss opened 4 years ago

KamariRoss 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

KamariRoss commented 4 years ago

https://github.com/KamariRoss/Bank

mdewey commented 4 years ago

Close, I would like to see at least 3 things:

1) your program should compile. 2) I want you to display data from a file. 3) I want you to save data to a file.

Do this to get accepted or finish to get meets expectations.