Write a program that declares a vector of ten floating-point values. Have the program prompt the user for each of ten floating-point values and store them into the vector. The program should then report how many of the values entered are larger than the value in the first element of the vector. 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 five of the values in the vector are larger than the value in the first element.