Pattern Programs
Stars, numbers & letters patterns
5 patterns found
1. Right Triangle
EasyPrints a right-angled triangle using stars.
* ** *** **** *****
2. Pyramid
EasyCreates a centered pyramid shape.
* *** *****
3. Diamond
IntermediatePrints a diamond shape.
* *** ***** *** *
4. Hollow Square
EasyHollow square with borders only.
**** * * * * ****
5. Number Triangle
EasyTriangle with increasing numbers.
1 1 2 1 2 3


