Question: Iterations & Conditionals A JAVASCRIPT Write a program that prints the numbers from 1 to 100 For multiples of three print Fizz instead of the

 Iterations & Conditionals A JAVASCRIPT Write a program that prints the

Iterations & Conditionals A JAVASCRIPT Write a program that prints the numbers from 1 to 100 For multiples of three print "Fizz" instead of the number For the multiples of five print "Buzz" instead of the number For numbers which are multiples of both three and five print "FizzBuzz" When you are finished, set the done variable to true and we will evaluate your work var done = false 2 77 your code here

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!