Write a program that declares an array of ten floating point values. Have the pro- gram prompt the user for each of the ten floating point values and store them into the array. The program should then report how many of the values entered are larger than the value in the first element of the array. For example, if the values entered are 5.2, 6.1, 2.8, 8.9, 3.3, 2.0, 9.7, 1.4, 7.3, and 5.5, the program should report that 5 of the values in the array are larger than the value in the first element.