Przeglądaj źródła

Update README-TriangleUtilities.md

Git-Leon 6 lat temu
rodzic
commit
22a788e45e
Brak konta powiązanego z e-mailem autora
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1
    0
      README-TriangleUtilities.md

+ 1
- 0
README-TriangleUtilities.md Wyświetl plik

5
     * `String getMultiplicationTable(int tableSize)`
5
     * `String getMultiplicationTable(int tableSize)`
6
     
6
     
7
 
7
 
8
+<br><br><br><br>
8
 ## `String getRow(int width)`
9
 ## `String getRow(int width)`
9
 * **Description**
10
 * **Description**
10
     * In the class, `Triangles` Write a method that returns a `String` representation of a row of asterisks whose length is equal to the `width` specified.
11
     * In the class, `Triangles` Write a method that returns a `String` representation of a row of asterisks whose length is equal to the `width` specified.