Hey, salam. I want to know how to code for the atm of the bank. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Hey, salam. I want to know how to code for the atm of the bank.

when card is inserted it takes input from the user if pincode is correct it moves for the further process like it has options: check the balance, withdrawal of amount, etc.

6th Aug 2017, 4:44 AM
Sarmad Ali
Sarmad Ali - avatar
3 Answers
+ 3
You should finish the course. That will help you understand @Adi's code.
6th Aug 2017, 4:57 AM
Manual
Manual - avatar
0
WS Sarmad. it's simple bro you can chose your own language to code the ATM Bank . but most of the people start with C++. create a class name bank. then using class create objects. take input and use if elseif loop to check pin is correct , check balance & withdrawl amount. wanna save all the data you are taking as input use file handling. 😊 and most important you sould have some grip on C++.
6th Aug 2017, 8:19 AM
Muhammad Sameem
Muhammad Sameem - avatar