The break statement is a control statement which is used to jump out of the loop. Syntax: for( initialization; condition; statement){ ...
確定! 回上一頁