Skip to content

namke1303/FizzBuzz-Challange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

FizzBuzz-Challange

FizzBuzz Challange in C++.

You need to write a program that prints the numbers from 1 to 100 such that:

If the number is a multiple of 3, you need to print "Fizz" instead of that number.
If the number is a multiple of 5, you need to print "Buzz" instead of that number.
If the number is a multiple of both 3 and 5, you need to print "FizzBuzz" instead of that number.

About

FizzBuzz Challange in C++.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages