Skip to content

Instantly share code, notes, and snippets.

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