filmov
tv
Draw an equilateral triangle with space char to console by Java

Показать описание
Draw an equilateral triangle with space char
for example:
input: drawTriangle(3)
output: A triangle which has 3 rows is shown below
*
* * *
* * * * *
for example:
input: drawTriangle(3)
output: A triangle which has 3 rows is shown below
*
* * *
* * * * *