Skip to content

Instantly share code, notes, and snippets.

@heinthanth
Created September 1, 2019 03:34
Show Gist options
  • Save heinthanth/a3e5bc0860833bd487c968e269eeba1a to your computer and use it in GitHub Desktop.
Save heinthanth/a3e5bc0860833bd487c968e269eeba1a to your computer and use it in GitHub Desktop.
While Loop
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