public static void Main()
Console.WriteLine("Hello Welcome to the converter ");
Console.WriteLine("Please click 1 for Meteric to Imperial or 2 for Imperial to Metric");
Console.WriteLine("Please enter your mesurements");
mes=Convert.ToInt64(Console.ReadLine());
Console.WriteLine(total);
Console.WriteLine("Please enter your mesurements");
mes1=Convert.ToInt64(Console.ReadLine());
Console.WriteLine(total1);