DIMENSION M(3, 4)READ*,((M(I, J), I= 1, 3), J = 1, 4)PRINT 20,((M(I,J),J = 1, 4), I = I, 3)20 FORMAT(2X, 4(F10.2))STOP END
1 2 3 4 5 2 3 4 5 6 3 4 5 6 7
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!