Overall Data Flow ...
vWhere do the initial
values come from?
oAfter the Zodiac
computation, loEnd and hiEnd can be set
vWhen are these
values used?
oIn the guess procedure to compute the midPt for the
guess
vHow are these values
updated?
oIn the yes and no
button event handlers
oIn the case of
“yes,” which end moves?
;loEnd = midPt +
1
oIn the case of “no”,
which end moves?
;hiEnd = midPt
oWhy are the two
setting not “opposite” one another?
vWhen the does the
questioning terminate?
oWhen the end points
are equal