“i” is a temporary variable used to store the integer value of the current position in the range of the for loop that only has scope within its for loop . You could use any other variable name in place of “i” such as “count” or “x” or “number”.
“i” is a temporary variable used to store the integer value of the current position in the range of the for loop that only has scope within its for loop . You could use any other variable name in place of “i” such as “count” or “x” or “number”.