Skip to content

JBird1977/FizzBuzzPlus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FizzBuzzPlus

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 51 -> "...Buzz..."

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages