Question
Write down a c++ program that reads N Positive numbers from keyboard, calculates and displays following-
1. Count of all numbers that are greater than 49.9 and less than 75.0. If no numbers greater than 49.9 and less than 75.0 are entered, o for the counter should be show
2. Sum of all numbers that are greater than 49.9. If no numbers greater than 49.9 are entered, o for the sum value should be show
3. Average of all numbers which are greater than 49.9. If no number greater than 49.9 is entered, o for all the average should show
4. Smallest number of all numbers entered in keyboard
5. Descending order of two largest numbers entered from the keyboard
6. value of P [where p=(largest number entered from the keyboard/100)*percentage; percentage=25]