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
3
•The pseudo-code to move from the start (S) to the end(E) in the maze is likewise
•for(counter=0,counter<=4,counter=counter+1)
move right
end for
for(counter=0,counter<=6,counter=counte+1)
move right
end for
for(counter=0,counter<=5,counter=counte+1)
move right
end for
• The program basically works on the iteration of loops.
Similar questions