Skip to content

Incorrect description in FizzBuzz challenge (Part 2 – Combining Conditions) #2

@Disturber98

Description

@Disturber98

Hello,

I would like to report a small issue in the description of the FizzBuzz challenge on the following page:
https://programming-26.mooc.fi/part-2/3-combining-conditions

In the task description, it states:

If the number is divisible by five, the program should print "Buzz".

If the number is divisible by both three and five, the program should print "FizzBuzz".

However, the description does not mention what should happen if the number is divisible only by three. Based on the example shown below the text (e.g. input 9 producing output "Fizz"), it is clear that the program is also expected to print "Fizz" when the number is divisible by three.

This requirement seems to be missing from the written description and may confuse learners who rely on the text rather than the examples.

Thank you for your work on the course, and I hope this feedback is helpful.

Best regards,
Aurelijus Sankauskas

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions