Tue Sep 19 2023 04:32:30 GMT+0000 (Coordinated Universal Time)
Saved by @Mohammadrezasmz
<?php for($sum = 10;$num < 100; $num++) { echo $num . "<br>"; } ?>
sum with for php
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments