PROG24178 Assignment #5 (Due Date: See SLATE) JavaFX Student Database with File I/O (15 marks / 10%) In this assignment you’ll be modifying your assignment 4 as follows: 1.Add file I/O to your student database program so that it loads the student list from a file on startup, and saves the list of students to a file whenever a change is made (new student is added, or list is sorted). You can load the file in a StudentList class constructor. Note: If the file doesn’t exist you may see an exception printed to the console on startup due to e.printStackTrace(). To solve this issue create an empty text file
PROG24178 Assignment #5 (Due Date: See SLATE) JavaFX Student Database with File I/O (15 marks / 10%) In this assignment you’ll be modifying your…