public static void Main()
Console.WriteLine("Give me a number from 1 to 10");
num=int.Parse(Console.ReadLine());
Console.WriteLine("The" + num + "is between 1 and 5");
Console.WriteLine("The" + num + "is between 1 and 5");
Console.WriteLine("The" + num + "is out of range” );