Advertisement
Guest User

Untitled

a guest
Dec 10th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.09 KB | None | 0 0
  1. <?php
  2. $carro = "sim";
  3. if ($carro == "sim")
  4.  echo "Verdadeiro";
  5. else
  6.  echo "Falso";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement