2. Find the minimum value in an array Write a recursive functionthat takes an integer array, a starting subscript and an endingsubscript as arguments, and returns the smallest element of thearray. The function should stop processing and return when thestarting subscript equals the ending subscript
Expert Answer
An answer will be send to you shortly. . . . .