Showing all posts tagged "Triangle Pattern"
program to print patterns
Patterns for a triangle and a 'x' pattern
TRIANGLE PATTERN
------*
* *
* * *
* * * *
* * * * *
This pattern has some generality
inumber of starsnumber of spaces114223332441550Two loops are used because there are rows and col...
Posted on February 27th, 2019