Exercise 1.16.4 Escape Karel 10 points X Karel is trapped in a box and needs to get out! There is one door out of the box. You should help Karel find the door and move out of the box. There are four different boxes that Karel must escape from. Take a look at all of the boxes and see if you can spot any similarities between all of the boxes before you attempt to solve this problem. Karel has to be able to escape from all of the boxes by using the same algorithm. Karel will start in the bottom left corner of the box. Karel must end by going through the door and moving one spot out of the box. How do I go about getting this one solved?​