Problem
Write a menu driven program that reads an array of 15 integer from standard keyboard (user) utilizing a loop and outputs the following depending on user's choice
1)	Choice 1 - Prints the elements of array
2)	Choice 2 - Prints the minimum value of the array
3)	Choice 3 - Prints the maximum value of the array
4)	Choice 4 - Prints the product of all the numbers utilizing a loop.
5)	Choice 5 - Prints the sum of all the numbers utilizing a loop
When the program is done,  your program should ask the user if they would like to enter another set of 15 numbers and the program should repeat itself.