Page 1 of 1

4. Write a function called findMin Max that takes a integer array, Integer reference to the minimum value. Integer refer

Posted: Fri May 20, 2022 1:05 pm
by answerhappygod
4 Write A Function Called Findmin Max That Takes A Integer Array Integer Reference To The Minimum Value Integer Refer 1
4 Write A Function Called Findmin Max That Takes A Integer Array Integer Reference To The Minimum Value Integer Refer 1 (8.53 KiB) Viewed 28 times
4. Write a function called findMin Max that takes a integer array, Integer reference to the minimum value. Integer reference to the maximum value, and its size as parameters. The function should find both the minimum and maximum values in the integer array. Return the minimum and maximum values back to the calling function (15pts)