Does anyone know how many different ways you can write a statement to add 1 to a variable?
i.e., x=x+1;
x++;

Thanks