Problem
Prompt the user to enter five numbers, being five people's weights. Store the numbers in an array of doubles. Output the array's numbers on one line, each number followed by one space. Then, output the total weight, by summing the array's elements. After that, output the average of the array's elements. Finally, output the max array element.