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
In exercise 21 of the part 2 the task is written ambiguously. Currently, the task is:
Change the program so that the loop ends also if the user types in the same word twice.
The task should really be:
Change the program so that the loop ends also if the user types in the same word twice in a row.
The Finnish version of the material includes the missing condition. The English version should also be updated as the current task suggests that the most recent input should be compared with all previous inputs.
The text was updated successfully, but these errors were encountered:
In exercise 21 of the part 2 the task is written ambiguously. Currently, the task is:
The task should really be:
The Finnish version of the material includes the missing condition. The English version should also be updated as the current task suggests that the most recent input should be compared with all previous inputs.
The text was updated successfully, but these errors were encountered: