what would happen if you type the command fd 300?
Answers
Answered by
2
Answer:
This is a command of MS LOGO
And the result will be that the turtle(by default cursor in LOGO) will move 300 units in Forward direction and a line will be drawn
Answered by
0
fd 300 will go forward 300 steps.
Explanation:
- The logo is very easy and simple to learn 'programming language'. The basic Logo Drawing Commands push the 'Turtle' forward and backward, and turn it either right or left.
- The fd is a command to be used to move the turtle in the forward direction. This command should be accompanied by one value called as its argument. The 'arguments' for fd is unit. The forward 300 or fd 300 means go forward 300 steps.
To know more
What is FD command? please tell me.
https://brainly.in/question/6080620
Type the following command in logo FD 40* 3
https://brainly.in/question/10329381
Similar questions