Hello Community friends, Greetings from @mrdani12 to all my beautiful friends, Today is the 2 day of the new year, Our university exams are also coming in this month, There is a project at the end of this semester, I am making the project alone of my final project, Let's start that what is this project about, The project is to make a program for Atm machine using c language. I am a beginner and take much time to make this project. This project is very good and I am very happy that I can make something on my own, I am a sign with this task for the lab final project. Let's see how I made this project and what functionality I used in it.
Functionality of this project
This is a Mini-project for an Atm machine, In an Atm machine, we can withdraw, and deposit money and have the option to log in to the account. I add all these options to this program. First I start with the log-in option through which you have to put user name and password to logi-in with the account.
I use differect concept in this program, fuctions, loops,switch,if else and many more concepts, this program reaily help me to make my concept clear.
The most important option is to log in the Machine, If you put the password in your login account, your account will be shut down for 1 day, and you have to log in another day.
Now next is 2 options, deposit and withdrawal, if you want to withdraw the amount, select the first option, if withdraw then go for the very good second option.
The last thing is the amount remaing which will be show at the last, if you have the withdraw amount greater than the amount in your account then it will show that your amount is greater than the amount in your account.
I use while loop for the attempt in which you have 3 trys to write the correct option, after that you will recieve the message in which you have to says that login after 1 days which is also the great functionallity I added in the program.
Output of the program
Now you can see the output of the program, first, you have to to enter the password then enter your atm password for matching. this is for sequrity purpose, if you put wrong password then it will give you another chance for correct password.
This is the output in which you can see after password it will says that you have sucessfully login to the account, then select the option, press 1 for money with drawal, press 2 for money deposit. chose your option.
after chossing the option it will show you that you have chose money with drawal and at last remaining balance will shown.
You can see the program if you put wrong password in the program.