Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save seandlg/15f8ce7babef8d45a87fc9a6297eb290 to your computer and use it in GitHub Desktop.

Select an option

Save seandlg/15f8ce7babef8d45a87fc9a6297eb290 to your computer and use it in GitHub Desktop.
let counter = 0;
let bound = 10;
while (counter < bound + 1) {
let counter = counter + 1);
}
do Output.printInt(counter);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment