Data update
This commit is contained in:
parent
07c7092a52
commit
61b93a2cd1
313 changed files with 6160 additions and 346 deletions
|
|
@ -3,9 +3,9 @@ Write a program that prints the integers from '''1''' to ''
|
|||
|
||||
|
||||
But:
|
||||
:* for multiples of three, print '''Fizz''' (instead of the number)
|
||||
:* for multiples of five, print '''Buzz''' (instead of the number)
|
||||
:* for multiples of both three and five, print '''FizzBuzz''' (instead of the number)
|
||||
:* for multiples of three, print '''Fizz''' instead of the number;
|
||||
:* for multiples of five, print '''Buzz''' instead of the number;
|
||||
:* for multiples of both three and five, print '''FizzBuzz''' instead of the number.
|
||||
|
||||
|
||||
The ''FizzBuzz'' problem was presented as the lowest level of comprehension required to illustrate adequacy.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue