I\'m just curious about this:
When evaluating 1/0 in Java, the following exception occurs:
1/0
Exception in thread \"main\" java.la
1/0 is integer division, 1/0.0 is floating point division - Floats can represent invalid values, integers can't.