im currently working on a multiple class assignment where i have to add a course based on whether the prerequisites exist within the program. im storing my courses within the program class using a hashmap. (thought i would come in handy) however, im having a bit of trouble ensuring that these preReqs exist. here is some code ive currently got goingim currently working on a multiple class assign