Why i am getting error when using iterator?
@itismohiton
s is an array of strings. Iterators are not defined on arrays. You can iterate over any of the strings though.
@itismohiton
s is an array of strings. Iterators are not defined on arrays. You can iterate over any of the strings though.