
Using an ATM, customer can access their bank accounts in order to credit/debit cash and check their account balances.You have to write c programme to implement a simple ATM for 15 customers. Initially you have to store the account number(int),password(6-digit) and balance(float) for each customer using array(s). Then the program ask user to input account number and password. If the customer is valid then he/she would be permitted to credit/debit cash or check the balance.Finally update the balance after each transaction. Remember that the balance cannot be negative. Also write code display user-friendly messages when it is needed. Use at least one array to implement it.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.