subject
Computers and Technology, 28.11.2020 08:40 afrox

/*this function represents *what karel has to do
*/
function start() {
turnLeft();
buildTower();
turnRight();
if(frontIsClear()){
toMove();
}
while(noBallsPresent();
turnLeft();
buildTower();
}
if(frontIsBlocked()){
goBack();
}
}

/*This represents karel is
*putting down the balls for making the tower
*/
function buildTower(){
putBall();
move();
putBall();
move();
putBall();
}

function
move();
turnRight();
move();
move();
turnLeft();
move();
}

i need help finding the issues

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 24.06.2019 12:00
Match the function to its purpose. fast worth 50pts.
Answers: 1
question
Computers and Technology, 25.06.2019 11:30
What is a wiki farm? a.) a hosting service that allows you to build a wiki. b.) a collection of servers that store wiki search queries. c.) an association of wiki hosting companies. d.) a wiki created using environmentally friendly material.
Answers: 2
question
Computers and Technology, 25.06.2019 16:30
Do you think social media should affect presidential elections
Answers: 2
question
Computers and Technology, 25.06.2019 17:00
2. name the organization that works with small businesses to them grow into successful businesses.
Answers: 1
You know the right answer?
/*this function represents *what karel has to do
*/
function start() {
turnLeft()...
Questions
question
History, 16.11.2020 08:50
question
English, 16.11.2020 08:50
question
English, 16.11.2020 08:50
question
Mathematics, 16.11.2020 08:50
question
Business, 16.11.2020 08:50
Questions on the website: 13722359