Question: Java expert please help me the program below? Here is the requirement. ===== Register.java ==== import java.util.ArrayList; import java.util.HashMap; public class Register { public static
Java expert please help me the program below? Here is the requirement.

=====Register.java====
import java.util.ArrayList; import java.util.HashMap;
public class Register {
public static void main(String[] args) { HashMap
}
Course Section Map Kev 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 a!! be in the same section. Everyone else should be in different sections
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
