using System;
public class Program
{
public static void Main()
scanner ingresar=new Scanner (system.in);
int i=1;
Console.Write("ingrese un número:");
int numero=ingresar.nextInt ();
do{
}