“for loop swift 5” Code Answer's ; 1. for n in 1...5 { ; 2. print(n) ; 3. } ; 4. ; 5. // Output: 1 2 3 4 5.
確定! 回上一頁