fizzbuzz-csharp
There are 6 repositories under fizzbuzz-csharp topic.
ashish-r/Fizz-Buzz
A collection of come cool Fizz Buzz programs in your favorite programming language
francofgp/Fizz-Buzz-Generator
This is a console program made in C#, where you can type the number to generate the FizzBuzz problem
GoldenAgeDev/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.
RexTheCapt/FizzBuzz
I made my own version of fizzbuzz.
shunsock/dotnet_playground
c sharp project for learning
PrimeEagle/Fizz-Buzz-Coding-Interview
A solution to a common programing interview question.