Question
Write down a program that declares a vector of ten floating-point values. Have program prompt the user for every of ten floating-point values and store them into vector. Program should then report how several of values entered are larger than value in the first element of the vector. As in 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, program have to report that five of the values in the vector are well-built than value in the first element.