Question: I need this in JAVA, not c++, the only answers on here are in C++. Thankyou. Part 2: (DO IT YOURSELF) How to use Eclipse

 I need this in JAVA, not c++, the only answers on

I need this in JAVA, not c++, the only answers on here are in C++. Thankyou.

Part 2: (DO IT YOURSELF) How to use Eclipse for development a Java program Step 10: Task description: Forty students were asked to rate the quality of the food in the student cafeteria on a scale of 1 to 10 (1 meaning awful and 10 meaning excellent). Place the 40 responses in an integer array and summarize the results of the poll Here are the 40 responses 1,2,6,4,8,5,9,7,8,10, 1,6,3,8,5,10,3,8,2,7,6,5,7,8,1,2,4,5,6,7, 10,4,3,2,5,6,7,8,9,3 In Eclipse, develop a Java program to solve this problem. You can create this class under the same Labl package that you have created in Part 1. This program contains one class named SurveyStat in which, you should have two data members An array named responses to contains these 40 responses An array named frequency, and assign all elements of these array to be zero Four methods: Constructor: where you initialize all elements of frequency array to be zero Compute: in which the computation is done. For each response in the responses array, update the corresponding frequency element in frequency array. Print: in which you print out the content of the frequency array main method: in which you call the Compute and then Print methods. Note that these are just the main guidelines for you to finish this task, you will need to fill in all the details to make this work. 00 Step 11. Submit your SurveyStat.java to Labl dropbox in Canvas by midnight of the due date

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!