What is essential in making sure that your loop is not infinite ?
That there is a Boolean statement somewhere in your code
That your Boolean statement will at some point be false
That your Boolean statement will at some point be true
All of the above