public static void Main(string[] args)
Console.Write("enter the string");
input1=Console.ReadLine();
Console.Write("enter the second string");
input2=Console.ReadLine();
for(int i=0;i<input1.Length;i++)
Console.Write ("The Character " + value.ToString() + " is repeated for " + count + " times");
for(int j=0;j<input2.Length;j++)
Console.Write ("The Character " + value.ToString() + " is repeated for " + count1 + " times");