Skip to content

eersaa/Fizz_buzz_plus

Repository files navigation

Resulting code from coding exercise in Cyber-dojo.

Write a program that prints the numbers from 1 to 100, but...

numbers that are exact multiples of 3, or that contain 3, must print a string containing "Fizz"
   For example 9 -> "...Fizz..."
   For example 31 -> "...Fizz..."

numbers that are exact multiples of 5, or that contain 5, must print a string containing "Buzz"
   For example 10 -> "...Buzz..."
   For example 52 -> "...Buzz..."

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published