Blog

What is the output of the code below?

String s1 = “JOHNDOE”;
String s2 = “JOHNDOE”;
Console.WriteLine(s1.CompareTo(s2));