RoundAbout
A Coding Project

This app is a modified version of the infamous FizzBuzz.

The FizzBuzz algorithm will list a series of numbers, typically from 1 to 100. It will replace any number that is a multiple of 3 with the word "Fizz". It will replace numbers that are a multiple of 5 with the word "Buzz", and finally replace numbers that are both a multiple of 3 and 5 with the word "FizzBuzz".

Instructions

  • Press the "Display RoundAbout" button with the defaults that are already entered in the form to see how it works. Then follow the directions below to customize your RoundAbout.
  • The "Enter the starting number" and "Enter the ending number" fields will be the range of numbers you want to process. You can enter any starting number and ending number, so long as they are greater than 0, and the starting number is larger than the ending number.
  • The "Enter the first word" field is for you to enter any word or characters you like, which will replace the number in the first multiple(number) field.
  • The "Enter the second word" field is for you to enter any word or characters that will replace the number in the second multiple(number) field.
  • In the dropdown list choose which version of the code you would like to run. All three versions will produce the same result.
  • Click on the "Display RoundAbout" button. This will display the results of the RoundAbout. Note that any numbers that are a multiple of both the first and second multiples(numbers) will display both of the words that you entered.
  • You must enter valid numbers in the number fields from 1 to 100.
  • The Ending Number must be larger than the Starting Number.
  • You cannot enter a negative number.
  • You can only enter whole numbers, decimal numbers will be rounded down to whole numbers.
  • Both word fields have to have a value.
Enter Values
Choose which version of the code you would like to run.

Results