Doing some array experimenting, I attempted to to copy each element matching the value a user is looking for from the "arr" array to the "valuesFound" array Here's my code:

SamsArrays.java

...