A programming project which consisted mainly of reading and writing to files while simultaneously incorporating newly learned object oriented programing
The objective of this assignment involves reading data from 2 text files. Data will be processed as objects and the program will generate 4 reports which will be written to 4 different text files.
Data is saved in 2 CSV files: employees.txt and employeesHours.txt. Read the data from the files using streams.