Honestly I'm doing tutorials, I'm not in school. I am trying to learn it for
my own sake.
I got the *'s to come up but they are not forming the way I would like it to.
So that why I was asking for help.
This isn't a homework assignment. I'm just going thu tutorials which are not
helping me
Would anyone know how to Write an application that displays the following
patterns separately, one below the other. Use for or while loops to generate
the patterns. All asterisks (*) should be printed by a single statement of
print( '*' ); which causes the asterisks to print side by side. A stat