1) Input 15 integers (input validation , all numbers must be between -10 and 50 inclusive. ( user must be prompted to enter the values, no random entries) use a while loop not if statment not if stat.
2) Find the largest number in the array.
3) Find the smallest number in the array
4) Find the average of the numbers in the array
5) Display the array elements in reverse order
6) Display negative numbers
7) Display the odd numbers