int x = 5; int y = 10; double z = 3.4;
Post increment operators increment the variable after computing its current value.