I have an arrayList, and I have a 2nd file where I look for a certain number.
That number is already in a String.
And I would like to know "How can I match if the arrayList contains the number?"
Printable View
I have an arrayList, and I have a 2nd file where I look for a certain number.
That number is already in a String.
And I would like to know "How can I match if the arrayList contains the number?"
with the method contains :confused: :)
LoL
That was a logic solution. :)