Skip to content

AkshayaRaju/FizzBuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

The program prints numbers within a range as follows:
1. If the number is a multiple of 3, it prints "Fizz".
2. If the number is a multiple of 5, it prints "Buzz".
3. If the number is a multiple of both 3 and 5, it prints "FizzBuzz".
4. Else, it prints the number as such.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages