public static void main(string[] args)
output(" Enter the first number: " + "\n");
output(" Enter the second number: " + "\n");
output(" Enter the third number: " + "\n");
output(" The numbers you entered in decending order: " + large + " , " + medium + " , " + small + "\n");
private static double inputValue()
while (!double.TryParse(Console.ReadLine(), out result))
private static string inputText()
return System.Console.ReadLine();
private static output(string text)
System.Console.WriteLine(text);