+ 1
Extra-Terrestrials Swift
I'm very dumb in Swift and I'm trying to solve Extra-Terrestrials challenge with it. var a = readLine() var i = a.count - 1 repeat { i -= 1 print(a[i+1]) } while i >= 0 How do I do this uhhh
4 Answers
+ 5
Ok so I took your code and make it work... I really think Swift is confusing so don't worry if you find it hard, me too...
https://code.sololearn.com/cyr2L9F9k5qH/?ref=app
+ 6
ÄrtÄmī§ you're welcome
+ 1
Never think you're dumb
0
đŠUniđŠ Thanks Man