Guest User

Untitled

a guest
Jul 17th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.06 KB | None | 0 0
  1. <?php
  2.  
  3. for($i = 1; $i <= 10; $i++){
  4. if($i%2==0) echo $i.' ';
  5. }
Add Comment
Please, Sign In to add comment