Read an Int number. Write a program that prints false if this number is between 1 and 10 (inclusive), and true otherwise.
Ranges
Not in range
Report a typo
Sample Input 1:
5Sample Output 1:
falseSample Input 2:
0Sample Output 2:
trueWrite 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.