if (C1)
then
S1;
endif
if (C2) then
S2;
endif
if (C3) then
S3;
endif
¥
It is very likely that condition
C2 is correlated with C1 - and
that C3 is correlated with C1
and C2
¥
How can we use this
observation?
9