write a class encapsulating a course. Where a course is assumed to have three attributes: a code name, a description and number of credits. I must include a constructor, the accessors and mutators, and methods toString and equals. As part of this assignment, I have to write a client class to test all the methods