public static void Main()
Console.WriteLine("Enter three numbers");
a= int.Parse(Console.ReadLine());
b= int.Parse(Console.ReadLine());
c= int.Parse(Console.ReadLine());
Console.WriteLine("a is the smallest");
Console.WriteLine("c is the smallest");
Console.WriteLine("b is the smallest");
Console.WriteLine("c is the smallest");