Write a program that reads a value from standard input and prints true if the number is greater than 0 and less than 10, otherwise prints false.
Comparing numbers. Relational operators
Check the value
Report a typo
Sample Input 1:
0Sample Output 1:
falseWrite a program in Kotlin
fun main() {
// put 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.