This simple ATM machine code is a basic, C++ program. I wrote this in college, and I recommend this program to anyone who wants to learn C++, or any introduction to object oriented programming.
Happy programming!
PURPOSE:
Write a program that simulates as an atm machine
TASKS:
Create an account that has the ability to
- Check checking account balance
- Check savings account balance
- Make transfers between each account
- Make deposits into accounts
- Make withdrawals from accounts
INSTRUCTIONS:
Enter pin number '1234'
Checkings Account Balance = 100
Savings Account Balance = 600