echo"<center><b>Arreglos</b></center>";
$a = array("j","o","h","n","e","d","u","a","r","d");

for($a=9;$a>0;++$a){
echo"$a";
}