Find Maximum of two intergers, two float and two characters using fuction template
template<class T> T findMaximum(T a, T b) { return (a > b) ? a : b; }
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment