Write a javascript code where the user gives two numbers and the program finds all odd numbers between the final and initial value. Make sure to use for loop and
add continue in the loop
Answers
Answered by
0
Sample Output:
"0 is even"
"1 is odd"
"2 is even"
----------
----------
Calculate a Even Number:
Explanation of Even Number
Similar questions