Quote:
|
Originally Posted by Ron
hey how to compare three integers in C++.........I want to find the smallest no among three digits...........
|
you could use If statements or else you could take them in an array , sort them in ascending order n then take the first element .