Created
October 9, 2012 23:49
-
-
Save lnds/3862218 to your computer and use it in GitHub Desktop.
programa1 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 1 ----- | |
| read 6, i,k,j | |
| 99 if(i .lt. j)goto 33 | |
| goto 55 | |
| 33 i=j | |
| goto 99 | |
| 55 k=j+1 | |
| stop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment