Advertisement
Arthur_lima

Untitled

Jul 3rd, 2021
53
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.    
  3.     $numero1 = 52;
  4.     if ($numero1 == 42):
  5.         echo "É igual a 42";
  6.     else:
  7.         echo "É diferente de 42"; 
  8.     endif;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement