Computer Science, asked by Anonymous, 5 months ago

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 panchalanu000999
0

Sample Output:

"0 is even"

"1 is odd"

"2 is even"

----------

----------

Calculate a Even Number:

Explanation of Even Number

Similar questions