Try this. syntax of for loop in Kotlin is: for (item in collection) { // body of loop }. body for (item: Int in ints) { // body of loop }.
確定! 回上一頁