Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
Java Problem!!!
So, there's this Java problem on my UIL CompSci test, and I have no idea what it means. I even asked my CompSci teacher, and he's never seen it.
Can anyone tell me what this does?
int x=10,y=5,z=15;
System.out.print((x<y)?((y<z)?z:y):((x<z)?x:z));
The answer is 10, but I have no idea how. Any help would be much appreciated. –Skunk