Which set of values is just enough to provide code coverage for the following code: if (cost < 10 || cost >20)

cost: 5, 25, 15
  • cost: 5, 10, 15, 20
  • cost: 5, 25

There are no hints for this question