InterviewSolution
Saved Bookmarks
| 1. |
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 |
|
Answer» Output:"0 is even""1 is ODD""2 is even"--------------------Calculate a Even NUMBER:EXPLANATION of Even Number |
|