83,387 views
18 votes
18 votes
will the following program move karel one space, pick up three tennis balls, then move forward and put down three tennis balls? function start() { move(); tennisballs(); move(); tennisballs(); } function tennisballs() { for(var i

User Laurielyn
by
2.5k points

1 Answer

18 votes
18 votes

I don't believe you posted the full code :p

User Adedoyin Akande
by
3.0k points