Printing a Pyramid shape
Introduction
This is the third post in the series 'Printing Shapes Using COBOL', and in this post, we will generate a pyramid (or triangle) shape ๐บ.
As always, we'll use the asterisk (*) symbol to form the shape.
Approach
We'll start printing the tr...
iamamainframer.hashnode.dev2 min read