Write a Swift program to test whether a value presents sequentially three times in an array of integers or not Without using in-built function.
Swift program
Add a Comment