Please, DO NOT COPY ANSWERS FROM ANOTHER CHEGG QUESTION, THEY ARE WRONG! Create
ID: 3908456 • Letter: P
Question
Please, DO NOT COPY ANSWERS FROM ANOTHER CHEGG QUESTION, THEY ARE WRONG!
Create a class Section that contains the following information:
String department (e.g., "CSC")
int courseNumber (e.g., 151)
int sectonNumber (e.g., 4101)
String instructor (e.g., "Sophie")
String title (e.g., "Introduction to Java")
Use Section objects as the key for a HashMap in the attached Register class. Sophie, Sally and Jack should all be in the same section. Everyone else should be in different sections.
1 file was provided
Explanation / Answer
===================================================