Created
October 8, 2024 07:07
-
-
Save roktas/c232eac1d8109c5cfe96e5a939d62c6a to your computer and use it in GitHub Desktop.
Topla
This file contains hidden or 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
başla get klavyeden bir sayı al | |
ifzero duyur eğer sayı sıfır ise "göster"e git | |
add toplam aküdeki yeni sayıyı mevcut toplama ekle | |
store toplam sonucu yin toplam hücresine kaydet | |
goto başla yeni sayıyı almak için "başla"ya git | |
duyur load toplam toplamı aküye yükle | |
print sonucu duyur | |
stop işlem tamam | |
toplam 0 "toplam" hücresinin ilk değeri 0 (program başlamadan önce) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment