public class Stringocccurence
public static void Main(string[] args)
Console.Write("enter the string");
Console.Write("enter the second string");
for(int i=0;i<s1.Length;i++)
Console.WriteLine("the first string is{0}",s1);
for(int i=0;i<s2.Length;i++)
Console.WriteLine("the second string is{0}",s2);