1.9.5: TAKE 'EM ALL 1.9.6: DIZZY KAREL 1.9.7: FOR LOOP SQUARE 1.9.8: LOTS OF HURDLE 1.10.5 QUESTIONS WITH CORRECT ANSWERS|100% verified
1.9.5: TAKE 'EM ALL 1.9.6: DIZZY KAREL 1.9.7: FOR LOOP SQUARE 1.9.8: LOTS OF HURDLE 1.10.5 QUESTIONS WITH CORRECT ANSWERS 1.9.5: Take 'em All CORRECT ANSWER function start(){ // Write your code here move(); for(var i = 0; i 100; i++){ takeBall(); } move(); } 1.9.6: Dizzy Karel CORRECT ANSWER function start(){ for(var i = 0; i 32; i++){ turnLeft(); } } 1.9.7: For Loop Square CORRECT ANSWER function start(){ for(var i = 0; i 4; i++){ move(); turnLeft(); putBall(); } } 1.9.8: Lots of Hurdles CORRECT ANSWER function start(){ for(var i = 0; i 5; i++){ move(); move(); turnLeft(); move(); turnRight(); move(); turnRight(); jumpHurdle(); turnLeft(); } } function jumpHurdle(){ move(); }
Document information
- Uploaded on
- April 20, 2024
- Number of pages
- 8
- Written in
- 2023/2024
- Type
- Exam (elaborations)
- Contains
- Questions & answers