ODDS & EVENS: A Coding Project

A javascript excercise using loops and logic statements. Write a program that displays the even numbers between two input values in BOLD.

Instructions

Enter a starting value and an ending value. Press the button to differentiate between the ODD and EVEN numbers.

Notes:

  • The input values must be integers.
  • The end value must be greater than the start value.
  • The difference between the values must be no greater than 1000.

Enter Values

Results