Skip to content

Instantly share code, notes, and snippets.

@ilhamarrouf
Created December 5, 2016 23:35
Show Gist options
  • Save ilhamarrouf/7f1deb98e5c24bdbcd9fdc3a5991ac82 to your computer and use it in GitHub Desktop.
Save ilhamarrouf/7f1deb98e5c24bdbcd9fdc3a5991ac82 to your computer and use it in GitHub Desktop.
Sintaks Struktur Kontrol
while (kondisi) {
statement;
statement;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment