Write a C# program to compare (less than, greater than, equal to ) two substrings
Introduction I have used Visual Studio 2012 for debugging purpose. But you can use any version of visul studio as per your availability.. using System; class StringExample { public static void Main() { String str1 = "comp ...