Introduction - If you have any usage issues, please Google them yourself
Design and implement a simple bank savings system, complete and regular users demand deposits and withdrawals business. Requirements are as follows:
1. To achieve the kind described in banks, which depositors existing recording system (hint: an array of objects can be realized, but must pay attention to the situation to determine the array bounds), the class required to include three functions:
(1) generate a new function of the depositor
(2) in accordance with the depositor s account delete function (need to determine whether there is the account balance)
(3) in accordance with the depositor s account inquiry functions required to display query results.
2. The definition of depositors class. The property contains the account number, depositor name, ID number, address, deposit balances its operating functions are deposits, withdrawals, display depositors information.
3. Write main () function to test the various functions required.
4. Design a simple menu interface to a