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.
Напишите программу, которая объявляет массив из десяти значений с плавающей запятой. Пусть программа предложит пользователю ввести каждое из десяти значений с плавающей запятой и сохранит их в массив. Затем программа должна сообщить, сколько из введенных значений больше, чем значение в первом элементе массива. Например, если введены значения 5.2, 6.1, 2.8, 8.9, 3.3, 2.0, 9.7, 1.4, 7.3 и 5.5, программа должна сообщить, что 5 значений в массиве больше, чем значение в первом элементе ,