ankkawc
Finland
 
 
static void Main(string[] args)
{
int a = 0;
Random ranNum = new Random();
while (a <= 350)
{
int i = ranNum.Next(0, 100);
char c = Convert.ToChar(i);
Console.WriteLine(c);
a++;
}
Console.ReadLine();
}
Sin conexión
Actividad reciente
75 h registradas
usado por última vez el 20 FEB
42 h registradas
usado por última vez el 2 FEB
0.9 h registradas
usado por última vez el 31 ENE
Comentarios
Stigu 31 AGO 2015 a las 3:40 a. m. 
:spaceduck: