204k views
0 votes
6.1.4: Decorate the Fence, what is the code program for the CodeHs Karel lessons?

1 Answer

4 votes

Answer:

hi

Step-by-step explanation:

function start(){

move();

move();

move();

move();

move();

turnLeft();

while(frontIsClear()){

if(rightIsBlocked()){

putBall();

move();

}

else{

move();

}

}

putBall();

}

User Toxkillfraex
by
4.7k points