Write a program that reads a value and checks whether this value is less than 10.
Comparing numbers. Relational operators
Who is less than 10?
Report a typo
Sample Input 1:
5Sample Output 1:
trueSample Input 2:
11Sample Output 2:
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.