public static void Main()
Console.WriteLine("ENTER FIRST STRING: ");
string S_ENT1 = Console.ReadLine();
Console.WriteLine("ENTER SECOND STRING: ");
string S_ENT2 = Console.ReadLine();
foreach (char c in S_ENT1)
foreach (char b in S_ENT2)
long i = long.Parse(S_ENT1);
long j = long.Parse(S_ENT2);
Console.WriteLine("this is addition of two numbers is: " + S_ENT3);
Console.WriteLine("Give Both variables should be numbers only");