RosettaCodeData/Task/Array-concatenation/PL-I/array-concatenation-4.pli
2023-07-01 13:44:08 -04:00

13 lines
280 B
Text

Please type elements for a 3 x 4 matrix:
Please type elements for a 2 x 2 matrix:
13 14
15 16
Composite matrix:
1 2 3 4 0 0
5 6 7 8 0 0
9 10 11 12 0 0
0 0 0 0 13 14
0 0 0 0 15 16