What does this code print?
var i = 5 do { i++ print("$i ") i -= 2 } while (i > 1)
Create a free account to access the full topic