Question: 5.(12 pts) Add a function prototype, function call statement and fu following program. The name of the void function that is to be added is
5.(12 pts) Add a function prototype, function call statement and fu following program. The name of the void function that is to be added is FillArray function is to read in values from standard input (cin) to fill all of the array elements. . This The void function has the following two parameters: 1) An integer one-dimensional array 2) an integer value representing the number of array elements to read in n definition use a for loop to read in a value for each element/component of the array. Use cout to prompt for a value and cin for reading the value Assume that all values are entered correctly. #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
