public static void Main()
Console.WriteLine("Aye.enter the first number");
N1 = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("Aye.enter the second number");
N2 = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("Aye.The total is: " + Total);