The 300 Counter: Fizz Buzz An MVC Project

Project Description

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.

Project Details

  • CSS and Bootstrap layout
  • C# Fundamentals
  • C# Functions
  • MVC Fundamentals
  • Object Oriented Programming
  • MVC Navigation

Project Link

The 300 Counter Website

Related Projects