public static void Main()
Console.WriteLine("Hey wellcome to the game ORDERING NUMBERS");
Console.WriteLine("Whats your name?");
Console.WriteLine("Nice to meet you " +a);
Console.WriteLine("Write a number please");
b = int.Parse(Console.ReadLine());
Console.WriteLine("Write anothr number please");
c= int.Parse(Console.ReadLine());
Console.WriteLine("Write a third number please");
d = int.Parse(Console.ReadLine());
Console.WriteLine("Press 0 if you want the numbers from lowest to highest or press 1 if you want the numbers if you want them from highest to lowest");
e = int.Parse(Console.ReadLine());
Console.WriteLine(b+","+c+"," + d);
Console.WriteLine(b+","+d+"," +c );
Console.WriteLine(d+","+b+"," +c );
Console.WriteLine(d+","+c+"," +b );
Console.WriteLine(c+","+b+"," +d );
Console.WriteLine(c+","+d+"," +b );
Console.WriteLine(b+","+c+"," +d );
Console.WriteLine(b+","+c+"," +d);
Console.WriteLine(b+","+d+"," +c );
Console.WriteLine(d+","+b+"," +c );
Console.WriteLine(d+","+c+"," +b );
Console.WriteLine(c+","+b+"," +d );
Console.WriteLine(c+","+d+"," +b );
Console.WriteLine(b+","+c+"," +d );
Console.WriteLine("That wasn't an option please start again");