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();
}
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
15,6 h en tout
dernière utilisation le 18 mai
451 h en tout
dernière utilisation le 7 mai
5,1 h en tout
dernière utilisation le 5 mai
Commentaires
Stigu 31 aout 2015 à 3h40 
:spaceduck: