Project

 

 

Develop a banking system in which three arrays are maintained. The first array has the names, the second array has the account numbers, and the third array has the balance. Your program should read the data from the file "bank.txt" then display a menu with the following options:

 

1. Find the account number (given the name)

2. Find the balance  (given the account number)

3. Add a new customer

4. Deposit into an account

5. Withdraw from an account

6. Quit

 

Save the arrays into the file upon exit from the menu.

 

 

 

Notes:

 

  1. All students must work in this project individually.
  2. Every part must be written as a Function
  3. Submit a report, a hardcopy (printout), and a softcopy.
  4. Submit your work and show your project demo on, Monday, December 31, 2001 in your due lab.
  5. Late Project Work is not accepted.
  6. Copying will result in a grade of F in the project.