Case insensitive

Report a typo

Write a program that reads and compares two lines in a case insensitive manner.

The program must print either true or false.

Sample Input 1:

Hello
hello

Sample Output 1:

true
Write a program in Kotlin
fun main() {
// put your code here
}
___

Create a free account to access the full topic