Skip to content

hortonr6/FizzBuzz

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

FizzBuzz

A solution to the FizzBuzz programming challenge using C++

FizzBuzz Challenge: Write a program that prints the numbers from 1 to 100. But for multiples of three print "Fizz" instead of the number and for the multiples of five print "Buzz". For numbers which are multiples of both three and five print "FizzBuzz".

About

A solution to the FizzBuzz programming challenge using C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages