Given the following:
Which option gives the Manhattan distance between points A and B?
Manhattan distance is the total horizontal and vertical movement between two points. The points are separated by 4 units horizontally and 4 units vertically, so the distance is 8.
Community Discussion