0
Increments
Increments where challenging to understand.
2 Réponses
0
Prefix is when x incremented by 1, then y is assigned the value of x
Postfix is when y is assigned the value of x, then x is incremented by 1
+ 1
Print the actual increment it will make more sense
Console.WriteLine(a++);