MVC FIZZBUZZ:
A Coding Project
An ASP.NET Core MVC coding exercise. Using a loop and if statements, design a program that displays one to one-hundred with multiples of '3' displaying "Fizz", multiples of '5' displaying "Buzz" and multiples of both displaying "FizzBuzz".
*If input fields are empty or set to zero 3 and 5 will be used by default.
Instructions
Press the "Run Code" button to see the results.