Printing a Square shape in COBOL
Introduction
In this post, I'll show you how to generate a square shape ๐ฅ using COBOL.
We'll use asterisk (*) symbol to form the shape. Not just the border, but we'll also be using the asterisks to fill up the square shape.
Approach
All four sides ...
iamamainframer.hashnode.dev3 min read