Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 689 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 689 Bytes

Simple C++ ATM Machine

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

  1. Check checking account balance
  2. Check savings account balance
  3. Make transfers between each account
  4. Make deposits into accounts
  5. Make withdrawals from accounts

INSTRUCTIONS:
Enter pin number '1234' Checkings Account Balance = 100 Savings Account Balance = 600