|
M Question 1
|
⏱ 0 |
| In the code below: A & B means A is the daughter of B A # B means A is the brother of B A * B means A is the mother of B Which of the following expressions shows that L is the granddaughter of R? (a) L & K # M # R (b) K # M # R & L (c) L # K & M & R (d) R & K # M # L |
|