https://stackoverflow.com/questions/3346450/what-is-the-difference-between-i-and-i-in-c
Jul 27, 2010 · I've seen them both being used in numerous pieces of C# code, and I'd like to know when to use i++ and when to use ++i? (i being a number variable like int, float,