News
3. Write a JavaScript program that iterates integers from 1 to 100. But for multiples of three print "Three" instead of the number and for multiples of five print "Five". For numbers multiples of both ...
/* The question states that the starting number will be 1. Hence, equate variable (var) = 1 */ var x = 1; /* using the While loop. The condition here is that it will loop until the number 20. Here x ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results