Skip to content

Instantly share code, notes, and snippets.

@gydoma
Created October 5, 2022 07:17
Show Gist options
  • Save gydoma/452f0f6ec8e769d894684cb2382e47da to your computer and use it in GitHub Desktop.
Save gydoma/452f0f6ec8e769d894684cb2382e47da to your computer and use it in GitHub Desktop.
Összegzés(X[N],S)
S=0;
Ciklus i=1-től N-ig
S=S+X[i];
Ciklus vége;
Eljárás vége;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment