A tick is a short line that is used to mark off units of distance along a line. Write a function named drawTick () that uses a turtle parameter to draw a single tick of specified length perpendicular to the initial orientation of the turtle. The function drawTick () takes two parameters: 1. a turtle, t, that is used to draw 2. an integer, tickLen, that is the length of the tick.
+5
Answers (1)
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “A tick is a short line that is used to mark off units of distance along a line. Write a function named drawTick () that uses a turtle ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Home » Computers & Technology » A tick is a short line that is used to mark off units of distance along a line. Write a function named drawTick () that uses a turtle parameter to draw a single tick of specified length perpendicular to the initial orientation of the turtle.