Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Ansarina
Created October 22, 2015 21:20
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 Ansarina/b138bbde379dce8bdca7 to your computer and use it in GitHub Desktop.
Save Ansarina/b138bbde379dce8bdca7 to your computer and use it in GitHub Desktop.
Program SumTill999
Integer:: sum, a
sum=0
a=0
Do While (a!=999)
sum=sum+a
Read a
End do
Print sum
End Program
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment