So we've looked closely at the while and until loops but, at times, they can be risky.

If we don't cut them off at some point, they will go into an infinite loop, which causes programs to ... crash.

Eeeek, we forgot to increment or decrement count! That way, the loops keeps running because count will never be anything other than 0.