The code in both findByName and findByEmail have some issues. For instance if you were to use: findByName(myContacts, "John Carter");, the contact would not be found. Basically your method does not...