Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A misleading description in part 2, exercise 21 (Story) #114

Open
valtterikantanen opened this issue Feb 23, 2023 · 0 comments
Open

A misleading description in part 2, exercise 21 (Story) #114

valtterikantanen opened this issue Feb 23, 2023 · 0 comments

Comments

@valtterikantanen
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant