Question: Write C++ program in whuch In the main function, you can define an array of integers with size of 10 and then ask user to
Write C++ program in whuch In the main function, you can define an array of integers with size of 10 and then ask user to enter 10 values for the array, and then pass the array to a function and return min value of the array, and also pass the array to the other function and return max value of the array. No input and output in those two functions. Finally, you output the min and max in the main function. Please don't use scanner and print. Use COUT and CIN.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
