Become a Spartan warrior one loop at a time!
This is a C# coding exercise using loops and MVC.
Write a short program that displays each number from 1 to 300. For each multiple of fizz, display "Fizz" instead of the number. For each multiple of buzz, display "Buzz" instead of the number. For numbers which are multiples of both fizz and buzz, display "FizzBuzz" instead of the number.