code example
An initial call to displayArray3 has parameter values of 0 and 20 for first and last respectively: displayArray3(myArray, 0, 20). Which of the following would be the values of first and last in the second recursive call from that method call?

11,20
  • 10,20
  • 0,10
  • 0,20

There are no hints for this question