Guest User

Untitled

a guest
Jan 16th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. Code:
  2. <?php
  3. $i = 10;
  4. $j = 20;
  5. if ($j > $i) {
  6.  echo "Yay";
  7. } else {
  8.  echo "Awww!";
  9. }
  10.  
  11. Output:
  12. $i) { echo "Yay"; } else { echo "Awww!"; } ?>
Add Comment
Please, Sign In to add comment