while (...) { ... // You cannot put a loop inside another loop! while (...) { ... } }