Skip to content

Instantly share code, notes, and snippets.

@swarawan
Last active March 9, 2018 15:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save swarawan/68e8f50d66e2d21b0db658b29ef631ce to your computer and use it in GitHub Desktop.
Save swarawan/68e8f50d66e2d21b0db658b29ef631ce to your computer and use it in GitHub Desktop.
Belajar menggunakan kondisi (decision) dan perulangan (loop)
total roda <= 2 -> lahan parkir sebelah kiri
total roda > 2 <=4 -> lahan parkir sebelah kanan
total roda > 4 -> basement
check here -> https://github.com/swarawan/batch-6-java-basic.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment