repeat while loop swift

repeat {
print("Hi")
counter = counter - 1
}while counter > 2
Previous
Next Post »