• @[email protected]
    link
    fedilink
    4
    edit-2
    7 months ago

    No, we start counting at one. We start indexing at zero.

    An array with one element has an element count of 1, and that element would be at index 0.

    • LaggyKar
      link
      37 months ago

      This is how we end up with off-by-one errors