Which set of values is just enough to provide code coverage for the following code: if (cost > 10 && tip > 4)

cost: 20 and tip: 2, cost: 9 and tip: 5, cost: 15 and tip: 6
  • cost: 20 and tip: 2, cost: 20 and tip: 6, cost: 9 and tip: 1, cost: 9 and tip: 6
  • cost: 20 and tip: 4, cost: 5 and tip: 1

There are no hints for this question