Skip to content

Instantly share code, notes, and snippets.

@ampulhetadosaber
Created May 20, 2020 13:51
Show Gist options
  • Save ampulhetadosaber/d9cd95da0399e03caa3844fa180c2ecf to your computer and use it in GitHub Desktop.
Save ampulhetadosaber/d9cd95da0399e03caa3844fa180c2ecf to your computer and use it in GitHub Desktop.
while(condição)
{
// seu código
if(condiçãodeparada)
{
break;
}
// seu código
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment