using System;
public class Program
{
public static void Main()
Console.WriteLine("ingrese el valor de n");
int n =Convert.ToInt32(Console.ReadLine());
while(n<1 || n>10
){Console.WriteLine("ingrese el numero ");
int m =Convert.ToInt32(Console.ReadLine()); }
}