1.write a program that will search for the largest value in an array of integer length of 10
2. same as no. 1 kaso find the smallest value
3.write a program that will take the sum of all the array elements greater than 80 in anny array of 10 elements completely filled by the user
4.write a program that will print the odd positioned elements in any array of 10 integers
5. write a program that will print the even positioned elements in an array of 10 integers.
6.write a program that will arrange the elements of a 10 integer array in 10 ascending order
7.write a program that will arrange the elements of a 10 integer array in descending order
8.write a program that will compute and display the average of a 20 element array whose values are inputted by the user.
9.write a program that will output all the even number found in an array of 20 integers. display also the sum of the values found.
10.write a program that will out put all the odd numbers found in an array of 20 integers. display also the sum of the values found