Close, but remember the structure of a mid-test loop

When we exit the loop, the code in the second block does not get executed. So x will remain at the value it had before we updated y, namely 5.

Press here to go back.