Sorry, that's not correct

Since this is post-test loop, it must be executed at least once. The body of the loop contains the statement:
y = x * y ;
so y will not remain equal to 1 after the loop.

Press here to go back.