with project in my graduated paper, i have to use the jump out the loop to make the code continue, so, what's the difference between break and continue? at the end, i gooled and found the answers below:
http://bbs.gucas.ac.cn/bbscon.php?board=ParttimeJob&id=5963
i have the conclusion that break ends the loop at jump out to have the next loop, but the continue only just jump (give up)this broken and go on the following loop.
评论