Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribed

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Oracle 10g Database Administrator Implementation And Administration

Authors: Gavin Powell, Carol McCullough Dieter

2nd Edition

1418836656, 9781418836658

More Books

Students also viewed these Databases questions

Question

1-5 What is an ethical dilemma? [LO-5]

Answered: 1 week ago