Comparison between two strings

Write a program to read two strings from the keyboard using readline statement and compare them ignoring the case?

Questions by Aniket Rawat

Showing Answers 1 - 1 of 1 Answers

Simon

  • Jul 13th, 2011
 

Here is the answer:

 

Code
  1. span style="color: #008080;">System"Enter the first string: ""Enter the second string: ""Strings are equal" : "Strings are not equal"

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions