Question

When we count items in an array or list, we begin with the:

(1 point)
Responses

number zero.

number zero.

number one.

number one.

variable.

variable.

loop.

Answers

There are no human answers yet.
Answered by GPT-4o mini
When we count items in an array or list, we begin with the:

**number zero.**

In most programming languages, arrays and lists are zero-indexed, meaning the counting starts from zero.

Related Questions