Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 534 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 534 Bytes

ITMD_411_Lab2

Josh Reginaldo
ITMD-411

Lab 2 - Bank Record Generations

A bank has received a .csv file containing raw data of various clients.
This lab will have us parse the data and print a record for future loan considerations

Each row will be stored in an ArrayList as string arrays
From there, iterate through the entire ArrayList and through each string array
Create a new BankRecord object per string array and populate each field appropriately using setters

Display the first 25 entries in a column-type format