I have an array filled with a hundred strings. I would like to be able to use an input given by the user, pass it through a method parameter, search for that exact string, and remove it. How would I go about doing this? Furthermore, how would I do the same thing but add it instead?
Share
Something like this ??
If you want to implement remove you can delete something from an array like this