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.
- Host: GitHub
- URL: https://github.com/arsalan-dev-engineer/the_virtualbank_atm
- Owner: arsalan-dev-engineer
- License: mit
- Created: 2022-02-09T12:09:08.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-09T21:41:12.000Z (almost 4 years ago)
- Last Synced: 2025-06-07T17:42:42.973Z (7 months ago)
- Topics: atm, beginner-project, cmd, cpp, money, programming, programming-language, project, projects, system
- Language: C++
- Homepage:
- Size: 125 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

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

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

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