Write a program that creates a professorraing class


Write a program that creates a professorRaing class consisting of professor ID and three ratings. The three ratings are used to evaluate easiness, helpfullness, and clarity. In a separate implementation class, allow the user to enter the values. Call the constructor to create an instance of the ProfessorRating class. 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 on the right of the decimal from the implementation class. Use a single class method to enter all data.

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: Write a program that creates a professorraing class
Reference No:- TGS0625521

Expected delivery within 24 Hours