Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
1.4.5 Mario Karel CodeHS Answers
function turnRight() { turnLeft(); turnLeft(); turnLeft(); } function collectCoins() { turnLeft(); move(); move(); move(); takeBall(); takeBall(); turnLeft(); turnLeft(); move(); move(); move(); turnLeft(); } move(); collectCoins(); move(); move(); collectCoins(); move(); move(); collectCoins(); movRead more
function turnRight()
See less{
turnLeft();
turnLeft();
turnLeft();
}
function collectCoins()
{
turnLeft();
move();
move();
move();
takeBall();
takeBall();
turnLeft();
turnLeft();
move();
move();
move();
turnLeft();
}
move();
collectCoins();
move();
move();
collectCoins();
move();
move();
collectCoins();
move();
move();
collectCoins();
1.4.4 Pancakes CodeHS Answers
function makePancakes() { putBall(); putBall(); putBall(); } move(); makePancakes(); move(); move(); makePancakes(); move(); move(); makePancakes(); move();
function makePancakes()
See less{
putBall();
putBall();
putBall();
}
move();
makePancakes();
move();
move();
makePancakes();
move();
move();
makePancakes();
move();
1.3.5 Fireman Karel CodeHS Answers
function turnRight() { turnLeft(); turnLeft(); turnLeft(); } turnRight(); move(); move(); move(); turnLeft();
function turnRight()
See less{
turnLeft();
turnLeft();
turnLeft();
}
turnRight();
move();
move();
move();
turnLeft();
1.3.4 Slide Karel CodeHS Answers
function turnRight() { turnLeft(); turnLeft(); turnLeft(); } putBall(); move(); turnRight(); move(); putBall(); turnLeft(); move(); turnRight(); move(); putBall(); turnLeft();
function turnRight()
See less{
turnLeft();
turnLeft();
turnLeft();
}
putBall();
move();
turnRight();
move();
putBall();
turnLeft();
move();
turnRight();
move();
putBall();
turnLeft();
1.2.5 Pyramid of Karel CodeHS Answers
putBall(); move(); putBall(); turnLeft(); move(); putBall(); turnLeft(); turnLeft(); turnLeft(); move(); putBall(); turnLeft(); turnLeft(); turnLeft(); move(); putBall(); turnLeft(); turnLeft(); move(); move(); putBall(); turnLeft(); turnLeft(); turnLeft();
putBall();
See lessmove();
putBall();
turnLeft();
move();
putBall();
turnLeft();
turnLeft();
turnLeft();
move();
putBall();
turnLeft();
turnLeft();
turnLeft();
move();
putBall();
turnLeft();
turnLeft();
move();
move();
putBall();
turnLeft();
turnLeft();
turnLeft();
1.2.4 Make a Tower CodeHS Karel Answers
move(); putBall(); turnLeft(); move(); putBall(); move(); putBall(); move(); turnLeft(); turnLeft(); turnLeft();
move();
See lessputBall();
turnLeft();
move();
putBall();
move();
putBall();
move();
turnLeft();
turnLeft();
turnLeft();
1.1.5 Short Stack CodeHS Karel Answers
move(); putBall(); putBall(); move();
move();
See lessputBall();
putBall();
move();