Design a uml diagram for a grade class with the following


Design a UML diagram for a Grade class with the following private data members:

· char letterGrade;

· int numericGrade;

· string student;

Create a Grade class named Grade.h that includes the following private member method:

· void calcLetterGrade() to calculate a letter grade depending on the numeric grade

The Grade class should also include the following public member methods:

· char getLetterGrade() to return the letterGrade

· int getNumericGrade() to return the numericGrade

· string getStudent() to return the string student

· a constructor to prompt the user for a student name and a numeric grade, and to call calcLetterGrade()

 

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: Design a uml diagram for a grade class with the following
Reference No:- TGS0662031

Expected delivery within 24 Hours