JamesEnoch89 / assignments

0 stars 0 forks source link

Week 5 - Day 4 - Weekend - ATM Machine - #19

Closed mdewey closed 6 years ago

mdewey commented 6 years ago

ATM Machine

Create a simple app that lets a user interact with their bank account. This will have relatively intense UI. Remember to try to separate out the logic from the UI using classes and methods. This program will keep track of the checkings and savings account.

(NOTE: Don't worry about security yet)

Objectives

Explorer Mode

Adventure Mode

Epic Mode

Setup

Turning In

Your homework will be assigned to you via issues on your assignments repository. Once you are

These steps will be followed for almost every assignment going forward. Once you've completed at least explorer mode and you're satisfied with your work, let's get it published. First let's get it up on GitHub.

Once you are completely, go to the issue on our assignments repository, leave the link the repo of your work, and close the issue. I will not know you are down until you close the issue.

JamesEnoch89 commented 6 years ago

https://github.com/JamesEnoch89/ConsoleBank

mdewey commented 6 years ago

Awesome Work!