Discussion:
Q: Develop a class named Course to represent a course offered at a college.
Also develop a driver program to (1) read a list of courses from the file "courses.txt",
Create a Course object to represent each course, and (3) display all courses.
At the minimum the Course must have two attributes: course type and course title.