Question
The iteration variable begins counting with which number?
0
1
10
0 or 1
0
1
10
0 or 1
Answers
GPT 3.5
It depends on the language and the specific loop implementation. In many programming languages, iteration variables typically start counting from 0. However, in some special cases or specific situations, they may start from 1 or other values as well.