FizzBuzz

This application will consider the two numbers entered and for each number between 1 and 100. It will print FIZZ for the numbers that are divisible by the first number. BUZZ will be printed for the numbers divisible by the second number. FIZZBUZZ for the numbers divisible by both and simply print the number if it is not divisible by either.

Instructions

Enter 2 numbers. The first number will be used to evaluate Fizz. The second number will be used to evaluate Buzz and FizzBuzz will be determined based on the combination of teh two numbers.

Enter numbers

Results