Skip to content

This is a command-line ATM simulator built with C++. It allows users to perform basic banking transactions such as deposit, withdraw, check balance, and make payments to other banks.

Brainhub24/ATM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

The ATM Simulator

The ATM Simulator is a command-line based program written in C++ that simulates an Automated Teller Machine (ATM) used for financial transactions. This program allows users to deposit, withdraw, check their account balance and make payments to other banks. It has a simple and user-friendly interface that is easy to navigate, with error handling features that prevent users from entering invalid input.

To get started with the ATM Simulator, simply compile and run the program on your command-line interface. Follow the instructions on the screen to select the transaction you want to perform and enter the required information.

This project is committed to fostering a welcoming and inclusive community. We do not tolerate any form of harassment or discrimination. We ask that all contributors and users respect each other and abide by our code of conduct.

    ___  ________  ___     _____ ______  ___
   /   |/_  __/  |/  /    / ___//  _/  |/  /
  / /| | / / / /|_/ /_____\__ \ / // /|_/ / 
 / ___ |/ / / /  / /_____/__/ // // /  / /  
/_/  |_/_/ /_/  /_/     /____/___/_/  /_/   
                                                                                                               

Insights

Output and design | #Issue_3 DONE!

sh: 1: color: not found | #Issue_2 DONE!

Return statement #Issue_1 DONE!

About

This is a command-line ATM simulator built with C++. It allows users to perform basic banking transactions such as deposit, withdraw, check balance, and make payments to other banks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages