FOR loop uses a loop index, the type of loop index is _________
FOR loop uses a loop index, the type of loop index is _________ Correct Answer INTEGER
The loop index is used as a counter which counts the number of iterations and this loop index is an INTEGER by default. This is because by using an integer, the counting can be done easily which is not possible with real numbers.