Why can\'t do you this if you try to find out whether an int is between to numbers:
if(10 < x < 20)
Instead of it, you\'ll have to do
COBOL allows that (I am sure some other languages do as well). Java inherited most of it's syntax from C which doesn't allow it.