Infinite iterations are obtained either with an infinite iterator, with a while loop, or by recursion. Obviously, in practical cases, some condition stops the iteration. The difference with finite iterations is that it is impossible to say from a cursory examination of the code whether the iteration will stop or not.




















































