Question: Write a program in javascript that prints all the numbers from 1 to 100 (use while loop), with two exceptions. For numbers divisible by 3,
Write a program in javascript that prints all the numbers from 1 to 100 (use while loop), with two exceptions. For numbers divisible by 3, print "Fizz" instead of the number, and for numbers divisible by 5 (and not 3), print "Buzz" instead. Print "FizzBuzz" for numbers that are divisible by both 3 and 5.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
