Created
December 5, 2016 23:38
-
-
Save ilhamarrouf/fd61966f15d420fbc3d058ab0b7be541 to your computer and use it in GitHub Desktop.
Sintaks Struktur Kontrol
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (kondisi) { | |
statement; | |
} else { | |
statement; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment