2/6/00
COM1100 Winter2000 Yuhong Yin
7
break statement
nIn for, while, and do-while loops, break exists from the lowest-level loop in which it occurs. nUsed for early exist from loop, or for existing a forever loop.