I can:
evaluate arithmetic expressions that use casting
understand that integer values in Java are stored using a finite amount (4 bytes) of memory. Therefore, an int value must be in the range from Integer.MIN_VALUE to Integer.MAX_VALUE inclusive
understand when an expression evaluates to an int value outside of the allowed range, an integer overflow occurs
recognize and use implicit casting
use casting to round to the nearest integer