Skip to content

itmd-411-jreginaldo/ITMD_411_Lab2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages