Java programming pt2

profiledesbar

Enhance your UML Class Diagram for your Survey class to include an attribute, which is a grid to log survey results. It is expected that at most you will have 10 respondents to 10 survey questions. You must use a 2-dimensional array to represent a grid

 

 

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:

  • 2 dimensional array to hold the respondents’ results
  • displaySurveyResults() method with an int parameter
  • String array to hold 10 questions
  • enterQuestions() method
  • logResponse() method with 3 parameters
  • 10 years ago
  • 25
Answer(1)

Purchase the answer to view it

blurred-text
NOT RATED
  • attachment
    package_survey.docx
Bids(0)