Assignment #1


Write some code in C, Java, or whatever other imperative/object-oriented language you feel comfortable with to do the following. Your program needs to take an array of numbers and print out the mean, median, mode, and standard deviation of those numbers. Definitions of those terms ar given below.