Question: Task 1 Pseudocode Now you are going to create pseudocode for three functions: square ( ) , circle ( ) , and triangle ( )

Task 1 Pseudocode
Now you are going to create pseudocode for three functions: square(), circle(), and triangle() along with
code to call those functions. These functions should put a shape onto the turtle screen of a specific size.
All code is in one file.
Lets start with the pseudocode
Function square
Create a function that draws a square (4 sides, each the same length) on the turtle
screen.
End.
Function circle
Create a function that draws a circle when it is called.
End.
Function triangle
Create a function that draws a triangle when it is called
End.
Program Main
Call all three new functions
End.
Deliverables for Task 1
Pseudocode to functions and main program to import and use them. (The code above is not
complete.)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!