Jump to content

Multiplication tables: Difference between revisions

m
Line 1,863:
3 CONTINUE
C
END</lang>Inserting the following two lines before the inner DO loop will print the format specifier used to print each row of the table.<lang Fortran>C WRITE(1,4) (A(J), J = 1,24)
C 4 FORMAT(1x,24A1)</lang>
 
=={{header|Go}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.