Advertisement
Arthur_lima

Untitled

Jul 3rd, 2021
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.08 KB | None | 0 0
  1. <?php
  2.  
  3.     $numero = 21;
  4.     if ($numero == 21):
  5.         echo "É igual a 21";
  6.     endif;   
  7.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement