question archive Write a C++program that reads an array of 10 integer from standard keyboard (user) utilizing a loop and outputs the following 1The elements of array 2)Minimum value 3)Maximum value 4)product of all the numbers
Subject:Computer SciencePrice: Bought3
Write a C++program that reads an array of 10 integer from standard keyboard (user) utilizing a loop and outputs the following
1The elements of array
2)Minimum value
3)Maximum value
4)product of all the numbers.
Input validation: Your program should only accept integers.
This program must be in C++ language