10-Numbers Array Sum C++ Code
This code will add 10 numbers in an array. It will also tell the maximum and minimum number inside it.
The code asks the user to enter 10 numbers. It will then add them, showing the result and also provide the minimum and maximum values entered.