Skip to content

HenrikHag/FizzBuzzCpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A script running the fizz buzz game written in C++.

Counting up from one, every number divisible by 3 is replaced with fizz, every number divisible by 5 is replaced with buzz, and every number divisible by both 3 and 5 is replaced by fizz buzz.

About

Implementation of FizzBuzz in Cpp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages