Nesting of for means that one for loop is enclosed within another for loop (outer loop). For each value of outer loop, inner loop gets completely executed.
確定! 回上一頁