Advertisement
Squito

Untitled

Apr 11th, 2016
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.12 KB | None | 0 0
  1. <?php
  2. for($i=0;isset($tomb[$i][0]);$i++)
  3. {
  4.     if($tomb[$i][1]<51)
  5.     {
  6.         echo $tomb[$i][0]." megbukott.<br>";
  7.     }
  8. }
  9. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement