Project Question

text(numbers[1], x, y);

must be

text(numbers[ i ], x, y);

define int before the for loops and increase it inside the inner for loop

2 Likes