Console.WriteLine("Enter a 1st no:")
a=Integer.Parse(Console.ReadLine())
Console.WriteLine("Enter a 2nd no:")
b=Integer.Parse(Console.ReadLine())
Console.WriteLine("Enter a 3rd no:")
c=Integer.Parse(Console.ReadLine())
Console.WriteLine("Greater is d")
Console.WriteLine("Greater is e")
Console.WriteLine("Greater is f")