Búsqueda personalizada
 
 
 
 
   
 
<html>
<head>
<title>Problema</title>
</head>
<body>
<?php
$valor=100;//rand(1,100);
echo "El valor sorteado es $valor<br>";
if ($valor<=9)
{
  echo "Tiene un dígito";
}
elseif ($valor<100)
{
  echo "Tiene 2 dígitos";
}
else
{
  echo "Tiene 3 dígitos";
}
?>
</body>
</html>
   
 
 
 
       

¿Quienes somos?

Condiciones de uso

Publicidad

Privacidad de la informacion