I wanted to know if there is a way to find out how many times loop was repeated before it was terminited. If a loop ran for 13 times before termination, then I want to output 13 as a result.
I wanted to know if there is a way to find out how many times loop was repeated before it was terminited. If a loop ran for 13 times before termination, then I want to output 13 as a result.
Comment