Write a program which prints true if a string contains a substring Computer; otherwise, it prints false.
Quantifiers
OK Computer
Report a typo
Sample Input 1:
OK ComputerSample Output 1:
trueWrite a program in Kotlin
fun main() {
val text = readln()
// 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.