Question
how to call the function 5 times
hi
i have a function 'a' with array 1x2, 1x3, 1x4...
every step its 1x2 > answer
1x3 > answer..
ans so on
if answer correct i call my function 'a' again.
how i can call my function 'a' just 3 times?
thank you.