Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
Design a class named TermPaper that holds an author's name, the subject of the paper, and an assigned letter grade.
Design a class named TermPaper that holds an author's name, the subject of the paper, and an assigned letter grade. Include methods to set the values for each data field and display the values for each data field. Create the class diagram and write the pseudocode that defines the class.