Skip to content

MontrealMobProgramming/angular-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

"Write a program that prints the numbers from 1 to 100. But for multiples of three print “Fizz” instead of the number and for the multiples of five print “Buzz”. For numbers which are multiples of both three and five print “FizzBuzz”."

number result
1 1
2 2
3 Fizz
4 4
5 Buzz
6 Fizz
7 7
8 8
9 Fizz
10 Buzz
11 11
12 Fizz
13 13
14 14
15 Fizz Buzz
16 16
17 17
18 Fizz
19 19
20 Buzz
21 Fizz
22 22
23 23
24 Fizz
25 Buzz
26 26
27 Fizz
28 28
29 29
30 Fizz Buzz
31 31
32 32
33 Fizz
34 34
35 Buzz
36 Fizz

Releases

No releases published

Packages

No packages published