In a warehouse, there are 2 robots that work together. They move in the same direction concurrently, so if one moves North, they both North. The robots will follow any instructions they’re given and will collect any objects they find along the way. They only take instructions by the points of the compass and can only move in 4 directions (N, E, S, W).

For example, if the 2 robots are given the directions: “N, E, S”, then Robot A will collect a ball and Robot B will collect a hat.


Write the directions the robots would need to follow to collect the following objects, remembering that both robots get the same directions, and assuming that for each question they start off in the same (pictured above) positions:

1. Robot A: ball Robot B: ball
2. Robot A: hat, ball Robot B: box, hat
3. Robot A: ball, ball Robot B: hat, ball

In a warehouse there are 2 robots that work together They move in the same direction concurrently so if one moves North they both North The robots will follow a class=


Answer :

Other Questions