Question: structions Write a program that prints each number from 1 to 100 on a new line. For each multiple of 3, print Fizz instead of
structions Write a program that prints each number from 1 to 100 on a new line. For each multiple of 3, print "Fizz instead of the number. For each multiple of 5, print "Buzz" instead of the number For numbers which are multiples of both 3 and 5. print "FizzBuzz" instead of the number structions Write a program that prints each number from 1 to 100 on a new line. For each multiple of 3, print "Fizz instead of the number. For each multiple of 5, print "Buzz" instead of the number For numbers which are multiples of both 3 and 5. print "FizzBuzz" instead of the number
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
