Skip to content

Instantly share code, notes, and snippets.

@Ansarina
Created October 22, 2015 21:18
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/9d981b5f369cc446fe18 to your computer and use it in GitHub Desktop.
Save Ansarina/9d981b5f369cc446fe18 to your computer and use it in GitHub Desktop.
Program Print1toN
Integer:: n
Read n
Do i=0,n,2
Print i
End do
End Program
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment