Pari o dispari

Dato un numero intero, il tuo compito è determinare se è pari o dispari.
Il programma dovrebbe stampare Il numero <NUMBER> è <odd/even>, dove <NUMBER> è il numero inserito e <odd/even> deve essere dispari o pari.
Input
Output
10
The number 10 is even
7
The number 7 is odd
 

Constraints

Time limit: 2 seconds

Memory limit: 512 MB

Output limit: 1 MB

To check your solution you need to sign in
Sign in to continue