mpstinnett / Computer-Science-Project-F22

0 stars 0 forks source link

Degree Planning - Overrule Course Selection #27

Open BrandonT80 opened 2 years ago

BrandonT80 commented 2 years ago

Degree Planning Section

Overrule Course Selection Task:

Return entire course list

BrandonT80 commented 2 years ago

DegreePlanner.getAllCourses()

BrandonT80 commented 2 years ago

Also restructured to a DegreePlanner.java file and removed from Student.java. Also removed unused parameters and moved to the constructor.