Spaghetti Code
Code Structure Quiz
Practice Comments
Assuming this function would execute as the name suggests, what might be a good comment for this function?
//Creates a circle with radius (size)
//Creates a square with side length (size)
//Creates a triangle with side length (size)
//Creates a triangle using asterisks