SophiaPretty

(5)

$14/per page/Negotiable

About SophiaPretty

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

Expertise:
Accounting,Algebra See all
Accounting,Algebra,Applied Sciences,Architecture and Design,Art & Design,Biology,Business & Finance,Calculus,Chemistry,Communications,Computer Science,Economics,Engineering,English,Environmental science,Essay writing Hide all
Teaching Since: Jul 2017
Last Sign in: 313 Weeks Ago, 6 Days Ago
Questions Answered: 15833
Tutorials Posted: 15827

Education

  • MBA,PHD, Juris Doctor
    Strayer,Devery,Harvard University
    Mar-1995 - Mar-2002

Experience

  • Manager Planning
    WalMart
    Mar-2001 - Feb-2009

Category > Computer Science Posted 18 Nov 2017 My Price 6.00

Java application MeanMedian.java.

I need help with a Java application MeanMedian.java. that allows you to enter five integers and displays the values, their mean, and their median.

 

If the list has an even number of values, the median is the numeric average of the values in the two middle positions. How would number 20 work? code please

This is complicated, because the array size is not fixed. A count variable should used to count the actual number of input, if input process is stopped before the elements reaches 20. This creates two problems - if actual data is less than 20, the rest of elements are filled with 0s. So, Array.sort() method use three arguments - int[ ], the first index, the last index+1. Another problem is median should use either one element (odd array size) or two elements (even array size). We have to use a if statement with the remainder division on array size, two different median calculation statements can be used.

Answers

(5)
Status NEW Posted 18 Nov 2017 12:11 PM My Price 6.00

-----------  ----------- H-----------ell-----------o S-----------ir/-----------Mad-----------am ----------- Th-----------ank----------- yo-----------u f-----------or -----------you-----------r i-----------nte-----------res-----------t a-----------nd -----------buy-----------ing----------- my----------- po-----------ste-----------d s-----------olu-----------tio-----------n. -----------Ple-----------ase----------- pi-----------ng -----------me -----------on -----------cha-----------t I----------- am----------- on-----------lin-----------e o-----------r i-----------nbo-----------x m-----------e a----------- me-----------ssa-----------ge -----------I w-----------ill----------- be----------- qu-----------ick-----------ly

Not Rated(0)