Michael said:
Both of those are incorrect. The OP makes no mention of starting with an
array and I start with a string.
Once you called String.Split(), you have an array.
As for whether the OP makes mention of an array, you seem to have
misunderstood the use of the word "implied". An implication, by
definition, is not stated explicitly.
You are free to your interpretation of what's implied by the original
problem statement, but clearly I do not agree with your assertion if
it's that an array wasn't implied by the original problem statement.
Given the use of String.Split(), an array is the obvious implementation.
As for your psychobabble…whatever. I'm simply trying to help the OP.
Stop taking it so personally. It's not always about you.
Pete