CS 205 - Programming for the Sciences
Spring 2008 - In-class Exercise for 04/03/08


Today's exercise is to modify the Statistics program with actions to load a data file of numbers into an ArrayList object, list the data in the ArrayList, and compute the median of the numbers in the ArrayList. For this exercise, you are given a C# project with a Statistics program that has all of the previous functionality given: computing maximum, average, and standard deviation.


Use a Web browser to go to the course webpage http://csserver.evansville.edu/~hwang/s08-courses/cs205.html. Under today's date, save the file StatisticsFilesInClass.zip. Extract the solution folder. Double-click into the folder, then double-click on StatisticsFiles.sln (the Visual Studio solution file). This will launch Visual Studio with the solution loaded.


Changes from the previous Statistics program:



Assignment

(10 points) We will do the following in class. Details will be given during class.


04/02/08 1 of 1