A theme park booking system determines ticket pricing using age categories.
The age boundaries are defined as follows:
Boundary testing is used during system development. A boundary value is the most extreme valid value within a range.
Complete the table by identifying the missing values for [A], [B], and [C] to show the boundary test data and expected outcomes.
| Test Description | Boundary Test Data (Age) | Expected Output |
|---|---|---|
| Upper boundary for Toddler | [A] | "Toddler Rate" |
| Upper boundary for Child | 12 | [B] |
| Upper boundary for Adult | [C] | "Adult Rate" |