Snowflakes Program:
Create a program that Prints out 5 snowflakes. Each Snowflake has to
be different and has to be at least 10 lines big and 20 characters used.
You have to use a loop and make the snowflakes different each time
the program is run. Copy code into a document and turn in here when
you are finished.
(Hint: to make them different each time you create a loop within a loop
and have the user enter a different number within a range and have
the characters for the snowflake based on the variable.)