class a { public static void main(String[] args) { int x = 2; System.out.println("" + (x + 2)); } }