A classic constraint-satisfaction logic puzzle, borrowed from PuzzlersParadise: a zoo has four monkeys — two male, two female. At lunchtime, each ate a different fruit while sitting in a different favorite spot. Clues:
- Sam, who doesn’t like bananas, likes sitting on the grass.
- The monkey on the rock ate the apple. The monkey who ate the pear wasn’t on the tree branch.
- Anna sat by the stream but didn’t eat the pear.
- Harriet wasn’t on the tree branch. Mike doesn’t like oranges.
Question: Determine each monkey’s name, the fruit it ate, and where it sat.
Send your solutions to DecisionManagementCommunity@gmail.com, or open a pull request to add yours here.