Condition Tree Lab

Build an IF/ELSE decision, predict the branch, test boundary values, and debug the first rule that disagrees with the goal.

Grade 4 · CMP-0012 / CMP-0013 · no voice

Build the decision

Decision tree

TRUE →
FALSE →

Predict and test

Build a rule, predict a branch, then run an input.

Boundary suite

InputExpectedActualResult
No suite run yet.

Reasoning trace

  1. No input run yet.

Equality is a boundary: `>` and `>=` do not make the same decision when the input equals the threshold.

⌂ Orco Academy