Revision history of "F90: O uso do DIMENSION"

From AdonaiMedrado.Pro.Br
Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 00:30, 28 October 2008Adonaimedrado (Talk | contribs). . (232 bytes) (+232). . (New page: <code lang="fortran"> PROGRAM aula INTEGER :: i INTEGER, DIMENSION(10) :: a WRITE (*,*) "Digite 10 números" READ (*,*) (a(i),i=1,10) WRITE (*,*) "Seus 10 numeros foram:" WRITE (*,"(...)