-4

I am trying to understand what it means when a code appears in between the brackets. I know that has something to do with an array.

1 Answers1

2

In the case of "inputArray[0]", it is finding the value at index position 0 (the first element) in the array "inputArray".

WangGang
  • 543
  • 2
  • 15