Advertisement
RizkyAnugrah

Untitled

Oct 2nd, 2019
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.09 KB | None | 0 0
  1. <?php
  2. for($i=1; $i<=10; $i++)
  3. {
  4.     echo"halo temanku yang ke -$i";
  5.     echo "<br/>";
  6. }
  7. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement