I am new to java Programming. I am creating a program sp it prints 3 numbers in ascending order.
I know I need if statements and expressions(ie)
if (a > b && a > c)
print a
if (b > a && b >c)
print b
if (c > a && c >
print c
else if
[color=#FF0000]My problem is, I do not know what my next series of if expressions should be (I hope I am asking the question correctly_.
Can someone please help me?
Thanks

New Topic/Question
Reply



MultiQuote






|