int x = 5; int y = 10; double z = 3.4;
Pre increment operators increment the variable before computing its value.