C++
Write a recursive function named arrayMax thattakes as parameters an array of ints and the size of the array andreturns the maximum value in the array. You can assume the arraycontains at least one element. If multiple values are tied for themaximum, you would still return that value.
The file must be named: arrayMax.cpp
Expert Answer
An answer will be send to you shortly. . . . .