Task 1 -Create a variable that can record how many sides the user wants. -Ask the user “How many sides do you want?” and record into it a variable -Before drawing the shape call function to asking color (continue task 2 first) -Use conditional to draw the shape based on the side (continue task 3 first) Task 2 -Create a variable that can record color -Ask the user “Do you want to change color (yes/no)?” and record it into a variable -Use conditional to separate yes/no answer -When the answer is YES, ask more time “What color did you want (red/green/blue)?” and record it into a variable, don’t forget to change the color based on the answer using another conditional -When the answer is NO set the default color is black Task 3.1 -If the side is more than 20 -Make the Pen to start drawing -Use loops based on the side -Start drawing using motion with 30 steps, and rotate -based on the side to create the shape Task 3.2 -If the side is more than 20 -Make the Pen to start drawing -Use loops based on the side -Start drawing using motion with 1 steps, and rotate -based on the side to create the shape