Suppose you are creating a program that will check a person’s age to determine how much a ticket for an amusement park should cost. The age brackets are as given below. 2 and below free 3-5 $5.00 6-18 $10.00 19 and up $12.00 What would be appropriate test data to check whether the program is working properly for 2 and below category? (1 point) Responses 2,3,6,19 2,3,6,19 0,1,2,3 0,1,2,3 2,5,18,52 2,5,18,52 1,4,7,20
1 answer
The appropriate test data to check whether the program is working properly for the "2 and below" category would be 0,1,2,3.