Write a pseudo-code to move from the start (s) to the end (e) in the maze. Note: you can drag and drop the pseudo-code magnets to the pseudo-code box and create the appropriate pseudo-code
Answers
Answered by
6
Answer:
sorry bro I don't know this answer
Answered by
1
Answer:
for(counter=0,counter<=5,counter=counter+1)
move right
end for
for(counter=0,counter<=6,counter=counter+1)
move down
end for
for(counter=0,counter<=5,counter=counter+1)
move right
end for
Explanation:
Similar questions