modification complète d'un pompier
This commit is contained in:
@@ -125,7 +125,9 @@ function estTableauEntiers($tabEntiers)
|
||||
$ok = true;
|
||||
foreach($tabEntiers as $unEntier)
|
||||
{
|
||||
if(!estEntierPositif($unEntier)){$ok=false;}
|
||||
if(!estEntierPositif($unEntier)){
|
||||
$ok=false;
|
||||
}
|
||||
}
|
||||
return $ok;
|
||||
}
|
||||
|
Reference in New Issue
Block a user