Min and Max Functions
Understand two overloaded min( ) and max( ) functions.
We'll cover the following...
Challenge
Write a program that provides an overloaded max()
function that receives either an array of integers or an array of doubles and returns the maximum ...