public static void Main()
Console.WriteLine("Enter 1st number:");
string str1=Console.ReadLine();
Console.WriteLine("Enter 2nd number:");
string str2=Console.ReadLine();
Console.WriteLine("Enter choice 1.Add 2.Subtract:");
int choice= Convert.ToInt32(Console.ReadLine());
int choice1 = int.MaxValue;
Console.WriteLine(choice1);
Console.WriteLine("Choice1 after adding 1");