Advertisement
Geicy

Untitled

Jul 1st, 2021
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. <?php
  2. $idade = 26;
  3. $nome = "Rodrigo";
  4.  
  5. if(!($idade == 25) and ($nome == "Rodrigo")):
  6.     echo "É verdadeiro";
  7. else:
  8.     echo "É falso";
  9. endif;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement