Created
February 4, 2024 01:55
-
-
Save manuel-gonzalez-1988/02acc04df8d125de49ff5a1d3519b673 to your computer and use it in GitHub Desktop.
if2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$edad = 18; | |
if ($edad >= 18) { | |
echo "Eres mayor de edad."; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment