Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save yudium/ba3193e62c85c91e1719 to your computer and use it in GitHub Desktop.
Save yudium/ba3193e62c85c91e1719 to your computer and use it in GitHub Desktop.
program_contoh_variabel_dlm_notasi_algo
kamus :
A, B, C : Integer
algoritma :
A ← 3
B ← 5
C ← A + B
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment