The problem

Get a number from a user (window.prompt) and convert it to a number. Tell the user if the number is odd or even. HINT: use modulus (%).

Print PDF

Topics

1. User Input
7. Modulus

Languages

4. JavaScript