Exam (elaborations)
Codehs Unit 2 test Revised Questions and Answers / Sure A +
- Course
- Institution
3 benefits of variables - store information that can be used in code, store text or numbers, they can be altered as we progress through the code code for Tracy to move to (-100,50),forward 50 then draw a circle of radius 20. - penup() setposition(-100,50) forward(50) pendown() circle(20) cod...
[Show more]