Write a class encapsualting the concept of a course grade, assuming a course grade
* has the following attributes: a course name and a letter grade. Include a constructor,
* the accessor and...