Quote
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
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

New Topic/Question
Reply



MultiQuote


|