Software
CABA · Question #255
A program validates a numeric field as follows: Values less than 100 are rejected, values between 100 and 200 are accepted, values greater than or equal to 201 are rejected. Which of the following…
The correct answer is C. 80, 100, 201. See the full explanation below for the reasoning.
Question
A program validates a numeric field as follows:
Values less than 100 are rejected, values between 100 and 200 are accepted, values greater than or equal to 201 are rejected. Which of the following input values cover all of the equivalence partitions?
Options
- A100, 110, 199
- B3, 200, 210
- C80, 100, 201
- D100, 200, 201
How the community answered
(43 responses)- A16% (7)
- B2% (1)
- C72% (31)
- D9% (4)
Community Discussion
No community discussion yet for this question.