You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Michael Reber b880c3ccde Initial commit 5 years ago
..
Write a JavaScript conditional statement to find the largest of five numbers. Display an alert box to show the result..js Initial commit 5 years ago
Write a JavaScript conditional statement to find the sign of product of three numbers. Display an alert box with the specified sign..js Initial commit 5 years ago
Write a JavaScript conditional statement to sort three numbers. Display an alert box to show the result..js Initial commit 5 years ago
Write a JavaScript for loop that will iterate from 0 to 15. For each iteration, it will check if the current number is odd or even, and display a message to the screen..js Initial commit 5 years ago
Write a JavaScript program that accept two integers and display the larger..js Initial commit 5 years ago
Write a JavaScript program to compute the greatest common divisor (GCD) of two positive integers..js Initial commit 5 years ago
Write a JavaScript program to construct the following pattern, using a nested for loop..js Initial commit 5 years ago
Write a JavaScript program to find and print the first 5 happy numbers..js Initial commit 5 years ago
Write a JavaScript program to find the armstrong numbers of 3 digits..js Initial commit 5 years ago
Write a JavaScript program to sum the multiples of 3 and 5 under 1000..js Initial commit 5 years ago
Write a JavaScript program which compute, the average marks of the following students Then, this average is used to determine the corresponding grade..js Initial commit 5 years ago