//Preincrement x = 0; System.out.println(++x); // this prints 1 because increments before execute print