A collection of come cool Fizz Buzz programs in your favorite programming language
-
Updated
Nov 19, 2020 - C++
A collection of come cool Fizz Buzz programs in your favorite programming language
This is a console program made in C#, where you can type the number to generate the FizzBuzz problem
A solution to a common programing interview question.
I made my own version of fizzbuzz.
FizzBuzz Exercise - For numbers 1 to 100, print one of four results: "Fizz" if a number is divisible by 3; "Buzz" if a number is divisible by 5; "FizzBuzz" if a number is divisible by 3 and 5; the number if it is not divisible by 3 or 5; Unit tests evaluate each criterion individually, as well as at random.
Add a description, image, and links to the fizzbuzz-csharp topic page so that developers can more easily learn about it.
To associate your repository with the fizzbuzz-csharp topic, visit your repo's landing page and select "manage topics."