Skip to content

RasheedAlwahbany/CPPSimpleATMMachine

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%