Implement the enhancements to your survey class according


Java programming

• The Survey class should have a method called "topRatedQuestion()," which performs an analysis of all responses for each question and returns the number of the question that had the most positive responses.

• The Survey class should have a method called "lowRatedQuestion()," which performs an analysis of all responses for each question and returns the number of the question that had the lowest responses.

• The Survey class should have a presentQuestion() method that takes an int value, which is the question number it should display to the user. The question number should be used to access the right question from the array of strings which hold the questions.

• Override the presentQuestion() method so that it takes both the question number and the respondent ID. The first argument is an int value, which is the question number it should display to the user. The second argument is an int, which is the respondent ID. If this method is called, both the respondent ID and the question will be displayed. The question number should be used to access the right question from the array of strings, which hold the questions. This allows you to present the question to the respondent in a more personalized way. For example: Respondent 5, please respond to the following survey question: How satisfied were you with your most recent visit?

Implement the enhancements to your Survey class according to the requirements presented above.

To accomplish the task of further developing your Survey class from your updated UML Class Diagram, you will need to implement the following attributes and methods:

• topRatedQuestion() method
• lowRatedQuestion() method
• presentQuestion() method with an int parameter for the question number
• Overloaded presentQuestion() method with int parameters for both the question number and Respondent ID.

Update your Design Document for this Phase and any corrections needed from prior Phases.

Submit your Design Document and zipped NetBeans Project.

Solution Preview :

Prepared by a verified Expert
JAVA Programming: Implement the enhancements to your survey class according
Reference No:- TGS01577752

Now Priced at $60 (50% Discount)

Recommended (90%)

Rated (4.3/5)