akosiraff

Download FileStatictics

Feb 19th, 2015
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1.  
  2. Download: http://solutionzip.com/downloads/filestatictics/
  3. Design and implement a Java program that will read a file containing numbers and compute the following statistics: the range (low, high), the average and the median (middle number). Notes: – the first number in the input file will be the number of numbers in the file – the maximum number of numbers in the file will be 1000 – to find the median you must first sort the numbers – algorithms/code for inputting/outputting arrays, sorting arrays were covered in class and are in the text Your program must contain at least the following methods: – main – for driving the other methods – getdata – a method for inputing all data – printdata – a method for printing all data – sortdata – a method for sorting all data
  4. Download: http://solutionzip.com/downloads/filestatictics/
Add Comment
Please, Sign In to add comment