I updated CourseInfo.java to include prereqs.
I created DegreePlanRespositoryImpl.java and DegreePlanRespository.java
I model the DegreePlan Respsitory using the StudentRecordRespository.
Input : major
Reads the appreciate degree plan csv file.
Output A list of Courses(number, name, subject and prereq)
I updated CourseInfo.java to include prereqs. I created DegreePlanRespositoryImpl.java and DegreePlanRespository.java I model the DegreePlan Respsitory using the StudentRecordRespository. Input : major Reads the appreciate degree plan csv file. Output A list of Courses(number, name, subject and prereq)