Compare Latin letters Open on JetBrains Academy

Write a program that reads two Latin letters as characters and compares them ignoring cases. If these characters represent the same letter printtrue , otherwise false.


Sample Input:
a b

Sample Output:
false


Sample Input:
d D
Sample Output:
true


Memory limit: 256 MB
Time limit: 8 seconds

Show topic summary