Skip to content

In this C# program, we are going to make a simple ATM based program with basic operations like check balance, withdraw money, deposit money, change PIN number etc.

License

Notifications You must be signed in to change notification settings

vbukoev/BasicConsoleATMProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BasicATMProject

In this solution, we will learn how an ATM functions. Just like our daily operations we are implementing the same features in this program, like: deposit cash, withdraw money, check balance.

Firstly, a predefined PIN is initialized in this program(in our "database" which is a list with names, card numbers, and PINS), so that it can be matched with the given (input) PIN number. And then we select the operations given in the program. Based on the selected operation program will work.

About

In this C# program, we are going to make a simple ATM based program with basic operations like check balance, withdraw money, deposit money, change PIN number etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages