++

When you’re running a loop is it possible to increment a variable so that it maintains its original value for the first loop.

I’ve tried using ++i as opposed to i++ but they seem to behave the same