You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
5 - **FOR**_N : Check that a **while** loop can execute more than once.
Should this be:
1. 5 - WHILE_N : Check that a while loop can execute more than once.
or 2. 5 - FOR_N : Check that a for loop can execute a loop with more than iteration.
The text was updated successfully, but these errors were encountered:
Given I completely failed to follow up on this, I'll simply transfer the problem to me.
I'll manually inspect each one, and work out whether it tests for a while loop or a
for loop.
In the Test suit required tests:
5 - **FOR**_N : Check that a **while** loop can execute more than once.
Should this be:
1. 5 - WHILE_N : Check that a while loop can execute more than once.
or
2. 5 - FOR_N : Check that a for loop can execute a loop with more than iteration.
The text was updated successfully, but these errors were encountered: