i need to find the user I/p is an String or char or int or float
in C++ lang .
My Goal
is to Get 3 inputs from user
and Find the Greatest of all
and list out it
but matter of fact the Big deal is
the INPUT may be int or may be float or char
1st i need figurout the data struct of input and the find greatest .
This is my point,
Any Suggestions codes .