OK Computer

Report a typo

Write a program which prints true if a string contains a substring Computer; otherwise, it prints false.

Sample Input 1:

OK Computer

Sample Output 1:

true
Write a program in Kotlin
fun main() {
val text = readln()
// write your code here
}
___

Create a free account to access the full topic