In this assignment, you will need to create a 3 x7 two dimensional array to store how many pounds of foodthree monkeys eats each day in a week. The 2D array is then passedto functions to find total, average and least amount of foodconsumption, etc. The program then need to display:
-
the average amount of food the three monkeys ate per day
-
the least amount of food eaten all week by any one monkey.
-
each monkey’s consumption of food during the week
-
the average of food the 3 monkeys ate on Monday and Saturday,etc.
Besides the main() function, you are required to design at leastthe
OR
OR