Created
October 9, 2012 23:49
-
-
Save lnds/3862222 to your computer and use it in GitHub Desktop.
Programa2 fortran
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
| C --- PROGRAMA 2 ----- | |
| read6,i,k,j | |
| if(i.lt.j)goto12345 | |
| 77 k=j+1 | |
| goto5555 | |
| 12345 i=j | |
| if(i.lt.j)goto12345 | |
| goto77 | |
| 88 goto88 | |
| 5555 stop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment