Advertisement
zzloss

Untitled

Nov 23rd, 2018
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.11 KB | None | 0 0
  1. <?php
  2. $godine = 19;
  3.  
  4. if($godine >= 18){
  5.   echo "Mozes u kladionicu";
  6. } else {
  7.   echo "Mrk u kladionicu";
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement