Question: Create a C + + program named ex 2 _ arrayFunc.cpp in the Visual Studio project or create it in your IDE. Your code will

Create a C++ program named ex2_arrayFunc.cpp in the Visual Studio project or create it in your IDE.
Your code will declare an integer array of size 10, then use three functions to individually do each of the following:
Ask the user to enter 10 numbers for the array
Print out the array (all the array elements)
Find the maximum value of the array and return it to be printed in main()
Test to see if your program will work with any integers, negative or positive, large or small.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!