printining the second minimum number

Can anyone here give me a c++ code that prints the second minimum number of the four integers entered by the user?
Nope. The purpose of the exercise is to determine if you can do it yourself.

Hint: use an array, sort the array, choose the second number.
Topic archived. No new replies allowed.