Let's code
Always break your bigger problem into multiple small problems and solve them one after another. This will help you to solve tasks quickly and easily.
Activity #1
Write some code so that the robot can reach the desired school from the starting point. Drop the medical essentials at this place.
Activity #2
Now, write some code so that the robot will travel from the school to the desired home and drop the food there.
Activity #3
Now, write some code so that the robot will travel from the desired home to the hospital and drop the medical essentials there.
Activity #4
Reach the stop position and stop the robot.
Activity #5
Now, club all these small programs together and try to crack the complete challenge. Your code must be accurate enough that it does not need any human intervention from start to stop. Try to solve this challenge slowly at first. Eventually, increase the speed of the robot and try to crack this challenge in as little time as...