Generating a star pattern!
In today's article, we will simply try to print a start pattern using very basic functions and a single FOR loop. Usually, with such a task people tend to use two or more FOR loop which makes the code a bit difficult to understand. We will try to get...
Oct 15, 20221 min read18

