Revision history of "F90: DO implicito"

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) 13:04, 4 October 2008Adonaimedrado (Talk | contribs). . (651 bytes) (+651). . (New page: <code lang="fortran"> PROGRAM aula IMPLICIT NONE REAL :: Matriz(5,5), Resultado(5,5), Multiplicador INTEGER :: i = 0, j = 0 DO i = 1, 5 DO j = 1, 5 WRITE (*,"(A,I1,A,I1,A)") "Di...)