Its not so much help that I need I just dont understand what my teachers asking. Anyone know?
Write overloaded min functions. One function will return the min of two integers, the second function will return the min of 3 integer values.
Hint: see if you can use the two argument min function for the three argument min function
Note: This means you need two functions called min