Write one complete program to complete the following requirements. Assume the following array declaration int A [10], int B [10] int C [10];
1. input array b completely.
2. input the even numbered cells of A.
3. copy the first 5 cells of B into the odd numbered cells of A.
4. assign the odd numbers from 1-9 to the last 5 cells of C.
5. Assign -5 to -1 into the first 5 cells of C.
6. Find the sum of array C.
7. Find the largest value of Array A.
8. output all the negative value of array A.
9. Find how many cells of array C contains even numbers.
10. Output the cell numbers of C w/c contains negative number.
PLEASE HELP ME TO PROGRAM THIS REQUIREMENTS THANK YOU VERY MUCH