Create a public class named Course providing a single constructor setting three private String? properties:
department, number, and title, in that order.
Implement hashCode using java.util.Objects by hashing the department and number, only, in that order.
Stuck? You may find these lessons helpful: