Build your intuition. Is this statement true or false?
In the structure of a 'for' loop in C++, 'initialization' sets a counter to an initial value, 'condition' is tested at the end of each iteration before the next round starts in the loop, and 'increment/decrement' allows you to update any loop control variables.
Press true if you believe the statement is correct, or false otherwise.