Working with arrays and iterations in c
This project contains a database of bank accounts. A menu is presented to the user and he chooses one of the options, then the program sends the user to the function(directoty is placed in myBank.c file) that executes the action the user submitted.
The program support the following actions:
1)Creating a bank account.
2)Deposit money in the Bank account.
3)Entering an interest to all bank accounts.
4)Checking the bank account balance.
5)Withdrawling money from an account.
6)Print all.
7)Closing all accounts.
The max accounts in Database (Max 50).