Question: (Find the Minimum Value in an Array) Write a recursive function recursive Minimum that takes an integer array and the array size as arguments and returns the smallest element of the array. The function should stop processing and return when it receives an array of one element.