Write a program whose inputs are three integers, and whose output is the smallest of the three values.
Ex: If the input is:
7 15 3
the output is:
3
I have most of the solution. I cannot figure out the answer if I input :
7 7 7..
My solution shows no output but the expected output is supposed to be a single 7
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here