Write a program that reads a number and prints EVEN if it is even. Otherwise, the program should print ODD.
If expression
Odd or even
Report a typo
Sample Input 1:
5Sample Output 1:
ODDSample Input 2:
-5Sample Output 2:
ODDWrite a program in Kotlin
fun main() {
// write your code here
}
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.