Question: Given the tasks A, B, C, D, and E, if A and B must be done before C, and C must be done before D, which of the following is a possible order?
Options:
Correct Answer: A, B, C, D, E
Solution:
The order A, B, C, D, E satisfies all the constraints that A and B are before C, and C is before D.