Do not touch loadFromFile().
Put this main() directly in StudentRecordManager class. This project should compile and work the same as before (the given project portion in Unit 1). Include a screenshot of your program output in assignment report.
public static void main(String[] args)
{
// path and file name of data file
String fileName = “data/cs219.txt”;
StudentRecordManager roster = new StudentRecordManager(fileName);
roster.displayRecords(); // display data in table format
// simple statistics
System.out.println(“Number of students: ” + roster.size());
} // end main
Don’t waste time
Get a verified expert to help you with Unit 3
Order Now
The Cheapest
Homework Help Services