Skip to content

Commit 412b5ba

Browse files
update readme
1 parent 9ac98fa commit 412b5ba

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ Extend your answer to the last question produce a method that will print out a n
127127
1: tableSquares(6)
128128
2: \*\*\*Output\*\*\*
129129
3: A6x6tablesquare
130-
4: |  1 |  2 |  3 |  4 |  5 |  6 |
131-
5: |  2 |  4 |  6 |  8 | 10 | 12 |
132-
6: |  3 |  6 |  9 | 12 | 15 | 18 |
133-
7: |  4 |  8 | 12 | 16 | 20 | 24 |
130+
4: |  1 |   2 |  3 |  4 |  5 |  6 |
131+
5: |  2 |   4 |  6 |  8 | 10 | 12 |
132+
6: |  3 |   6 |  9 | 12 | 15 | 18 |
133+
7: |  4 |   8 | 12 | 16 | 20 | 24 |
134134
8: |  5 | 10 | 15 | 20 | 25 | 30 |
135135
9: |  6 | 12 | 18 | 24 | 30 | 36 |

0 commit comments

Comments
 (0)