Created
February 4, 2024 01:57
-
-
Save manuel-gonzalez-1988/0f4674a5b54387f219d6ede092b7c1b9 to your computer and use it in GitHub Desktop.
while1
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
while (condición) { | |
// código a ejecutar mientras la condición sea verdadera | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment