ComputerScienceExpert

(11)

$18/per page/

About ComputerScienceExpert

Levels Tought:
Elementary,Middle School,High School,College,University,PHD

Expertise:
Applied Sciences,Calculus See all
Applied Sciences,Calculus,Chemistry,Computer Science,Environmental science,Information Systems,Science Hide all
Teaching Since: Apr 2017
Last Sign in: 13 Weeks Ago, 1 Day Ago
Questions Answered: 4870
Tutorials Posted: 4863

Education

  • MBA IT, Mater in Science and Technology
    Devry
    Jul-1996 - Jul-2000

Experience

  • Professor
    Devry University
    Mar-2010 - Oct-2016

Category > Programming Posted 12 May 2017 My Price 9.00

Write a method that computes the average of the values

Question 1 (10 points)

Write a method that computes the average of the values in an array of doubles.

The header of the method is as follows:

public static double average(double[] x)

Question 2 (20 points)

Write a complete Java class that will create a 2D array of randomly generated ints with dimensions of 5 rows and 10 columns. Print the values of each cell to a 5x10 table. 
(Note: a complete Java class means the code should compile and run without issue. Be sure the output displays a set of random ints formatted in 5 rows by 10 columns.

Question 3 (5 points)

You have an int array named examScores that is 1000 elements in length.
Provide a single line of code that would sort the examScores. (Note: You do not need to provide the import statements supporting the line of code)

Question 4

You have an int array named examScore that is 100 elements in length. 
Provide a single line of code that would search the examScores for values that
are 50.

(Note: You do not need to provide the import statements supporting the line of code)

 

Question 5

Describe an application that would be a good choice for using 3D array. 

 

Provide the size of the array and the most likely data type. Provide the specific Java nested loop

you would use to populate the array elements with random values.

Answers

(11)
Status NEW Posted 12 May 2017 04:05 AM My Price 9.00

-----------

Not Rated(0)