generate functionMon, 17 Apr 2023

formulario de 10 x 10 que sume los numeros

<?php for($i=0;$i<=10;$i++){ for($j=0;$j<=10;$j++){ echo($i+$j); } } ?>

Questions about programming?Chat with your personal AI assistant