Implement a class ClassSchedule
with a title (a string), days the class meets (a string), a start meeting time (a string), an end meeting time (a string) and a class room (a string)
public String getTitle() public String getTime() public String getRoom()These methods return the class title, the time period in the form
days start time-end time
, and class room. An example time is: MWF 9:00-9:50