c# int -- and ++ code example Example: increase variable C# i++; // Add one i += 2; // Add two ++i; // Add one i += i // Add i to itself