Skip to content

Instantly share code, notes, and snippets.

@Ansarina
Last active 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/98cef8928662e038e342 to your computer and use it in GitHub Desktop.
Save Ansarina/98cef8928662e038e342 to your computer and use it in GitHub Desktop.
Program Print100to80Step2
Integer:: i
Do i=100,80,-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