News
Write a while loop that: *Loop through the numbers 1 to 20 *If the number is divisible by 3, print "Julia" *If the number is divisible by 5, print "James" *If the number is divisible by 3 and 5, print ...
Create a JavaScript file called palindrome.js. Write a program that asks the user to enter a word. Using a while loop the program must determine whether or not the word is a palindrome, ie. whether it ...
Results that may be inaccessible to you are currently showing.
Hide inaccessible results