News

Tip: Be careful with the condition you use for your while loop, and make sure you increment your variable correctly - otherwise your while loop will get stuck running forever.
Directions Step #1 - Loop it! See how we repeat the text command multiple times, to draw ruler marks for the x coordinates along the top? You'll replace that with a while loop that does the exact same ...