Create an array of integers, and display them in a list.
Write a function to add up all of the numbers in an array and return the total. Display the sum total and mean average. NOTE: Mean average is total divided by size of array. Since this could be a fraction, be sure to make it a "float".
b big() // Move biggest to end of array. s small() // Move smallest to beginning. i inc() // Increase each by one. d dec() // Decrease each by one. t triple() // Triple each ofthe numbers. r randomize() // Replace all with random values.