The foreach loop syntax in Java is: cssCopy codefor (dataType variableName : arrayName) {. //code to execute on each element. }.
確定! 回上一頁