general requirements in this project, you will design and implement a system for a bank that has customers as users of the system, and bank accounts as products. you will need to establish a name for your business and the system. the system: a. loads in data customers and accounts by reading input files and storing the data in arrays ; b. processes transactions for customers; c. updates bank accounts based on transactions; d. writes the transactions to a file at the end of the program. your project will use classes, methods, arrays, iteration, and text files. the system should have the following methods: login, reading files, writing to files, processing transactions (deposit, withdraw, display balances, and transfer between accounts)

Respuesta :