Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In Java please. I need to compare my work. Use ArrayList, no bufferedReader. You have a file with multiple results from a survey. Write the

In Java please. I need to compare my work.

Use ArrayList, no bufferedReader.

You have a file with multiple results from a survey. Write the following records, classes and methods:

- Create a record, not a class, that holds parameters (String name, String location, String occupation, int date, int age) and has a toString. Create a seperate class to write all the methods below and import the record.

- Create a class that reads the file and creates the arrays of the data in the file. Sorts the file by location, name, occupation, age, date.

- Write a method getStatistics that takes Strings parameters and returns statistics for name/location/occupation, it uses binary search: public SurveyStats getStats(String name, String location, String occupation)

- Write a method getSurveyResults that accepts integers as parameters and returns an array of the results. public SurveyResult[] getSurveyResults (int index, int count, int date, int age)

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

Students also viewed these Databases questions

Question

Describe the four steps used in the net present value method.

Answered: 1 week ago

Question

What is the relationship between humans?

Answered: 1 week ago

Question

What is the orientation toward time?

Answered: 1 week ago