class SimpleArithmetic{ public static void main(String[] a){ int x; x = 1 + 2; } }