You want to create a procedure named home. Write the primitives to do the following-
Create the procedure using To mode
Open editor window to do certain changes.
Display the output of the procedure.
Answers
Answered by
0
Explanation:
A Program is a set of instructions to the computer to do a specific task
LOGO is the graphical programming language to move a ‘turtle’ over the surface
Turtle Basics
The little triangle in the middle of the screen is called ‘turtle’.
Moving the Turtle: FD 100
Similar questions