>DansTonCode();

Citation de code source en JavaScript152

 16 August 2014 à 08:20
int i = 100;
while(i > 1)
{
  --i;
if(i == 1) i =100;
}

Allez voir les citations similaires

Partagez cette citation