Write a program that creates a ProfessorRating class consisting of professor name, professor ID, and three ratings.

Question:

Write a program that creates a ProfessorRating class consisting of professor name, professor ID, and three ratings. The three ratings are used to evaluate easiness, helpfulness, and clarity. Include appropriate properties. Do not allow the ID to be changed after an object has been constructed. Provide a method in the ProfessorRating class to compute and return the overall rating average. Print all ratings and the average rating formatted with no digits to the right of the decimal from the implementation class. In a separate implementation class, allow the user to enter the values. Use a single class method to enter all data.

Test the class by invoking the constructors to create instances of the ProfessorRating class.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: