The iteration variable begins counting with which number?

(1 point)

00

01

• 10

• 0 or 1

1 answer

The iteration variable typically begins counting with 0 or 1, depending on the programming language or context. In many programming languages, such as C, C++, and Python, iteration usually starts at 0. In others, such as MATLAB or Fortran, it may start at 1.

So, the correct answer is 0 or 1.