Study Notes (43): C # -continue rapid entry and return with recycling

Learning immediately: https://edu.csdn.net/course/play/20589/257749?utm_source=blogtoedu

1. continue Statement

Action: an immediate end to this cycle, determine the loop condition, if true, then enter the next cycle, or exit the loop

2. return statement

Action: can be used to terminate the loop, and the return cycle does not perform the following code, the method ends

Published 34 original articles · won praise 0 · Views 305

Guess you like

Origin blog.csdn.net/u013162262/article/details/104870737