I am trying to create a simple banking system that reads in data from a text file.
Attached is a copy of the text file and another text file explaining the layout.
How would i read this information in. I need a class for customers, accounts and transactions and an arraylist to store the information.
What i know is that the customer class will have 14 items in it. However what confuses me is that a customer could have 2,3 or more accounts with a handful of transactions on each account. How would i read this information in.
Attached is the Text files.