class Example0 { /* Add one. Seems straightforward, doesn't it? */ public static void main(String[] args) { int x = 1; System.out.println(x + 1); } }