Created
September 1, 2019 03:34
-
-
Save heinthanth/a3e5bc0860833bd487c968e269eeba1a to your computer and use it in GitHub Desktop.
While Loop
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(condition) { | |
// will continue to execute until conditon become false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment