For each loops are written as 'for (Type x : iterable) { ... }' and can be used to iterate over arrays or collections.
確定! 回上一頁