Write a program that reads and compares two lines in a case insensitive manner.
The program must print either true or false.
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
helloSample Output 1:
trueCreate a free account to access the full topic