KNOW:
BE ABLE TO:
Sample Exam Question:
In class today, we wrote the function find-person
that
produces either a Person or the Boolean value false
. Explain
why two possible return types are required, even if we assume that the
item being searched for is guaranteed to be in the hierarchy.