You will first be asked to enter a positive integer. On clicking the Go! button, all the natural numbers till the entered positive integer are displayed, with an exception that all the multiples of 15 are replaced with FizzBuzz, the multiples of 5 are replaced with Buzz, and the multiples of 3 are replaced with Fizz.