Skip to content
#

fizzbuzz-csharp

Here are 6 public repositories matching this topic...

Language: All
Filter by language

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.

  • Updated Nov 13, 2020
  • C#

Improve this page

Add a description, image, and links to the fizzbuzz-csharp topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the fizzbuzz-csharp topic, visit your repo's landing page and select "manage topics."

Learn more