1. Write a program which reads 10 integer numbers into an array and display each of the value inside the array. Then execute the following process:
a. Multiplication between 3rd and 7th input numbers.
b. Summation of 2nd, 4th, 8th and 10th input numbers.
c. 5th input number to the power of 3.
d. 9th input number divide by 1st input number.
2. Table below shows the weekly production of KerepekKu Factory for the month of November 2012.
Based on the data above, write a complete C program with the implementation of array to
carry out the following task:
a) Display the grand total of chips production for the given month.
b) Display the total production for each type of chip for the given month.
c) Display the average of weekly production for each type of chip.













