Using the instructors.txt file provided on BlackBoard write a class, Readlnstructor. The class will -Create an array of instructor objects ーRead the instructors.txt file -Create an Instructor object for each line of input and store the object in the array. After closing the file, it will print out a line for each instructor in the array. Input file: Mary Smith 1991 50000.00 John Jones 2000 90000.00 Terry Seidel 1992 51000.00 Jessica Terrell 2000 91000.00 Sample output: Name: Mary
OR
OR