Guest User

Untitled

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