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();
}
Actuellement hors ligne
Activité récente
75 h en tout
dernière utilisation le 20 févr.
42 h en tout
dernière utilisation le 2 févr.
0,9 h en tout
dernière utilisation le 31 janv.
Commentaires
Stigu 31 aout 2015 à 3h40 
:spaceduck: