An open API service indexing awesome lists of open source software.

https://github.com/arsalan-dev-engineer/the_virtualbank_atm

AN ATM program coded with C++, this program will allow you to view your balance, deposit and withdraw money.
https://github.com/arsalan-dev-engineer/the_virtualbank_atm

atm beginner-project cmd cpp money programming programming-language project projects system

Last synced: 5 months ago
JSON representation

AN ATM program coded with C++, this program will allow you to view your balance, deposit and withdraw money.

Awesome Lists containing this project

README

          

# The_VirtualBank_ATM
AN ATM program coded with C++.

This program will allow you to view your balance, deposit and withdraw money.

You can add $$$$ into your account and watch your balance grow! 🤑

-----

# Screenshots

![balance](pictures/balance.png)

Screenshot above shows the total balance of your account 😲 by default, you will begin with $0.

-----

![withdraw](pictures/withdraw.png)

Screenshot above shows withdraw being rejected, this is because the withdraw request exceeds the total balance 🙂

-----

![deposit](pictures/deposit.png)

Screenshot above shows the total balance changing after deposit had been made.

-----