The loop enables us to perform n number of steps together in one line. Syntax: for(w <- range){ // Code.. } Here, w is a variable, ...
確定! 回上一頁