+ 7
Hmm.. Maybe some example can help you..
Example:
While(understood == false)
{
understood = studyWhileLoop();
// repeat until understood is true
}
If you didn't understood it, you can skip it and use another loop method. Maybe on the future, you may want to understood it again. Because remember, its sometime might be very helpfull to you..