You can check if a Vector of Strings contains a specified String. To do that, you envoke the Vector.contains(String) method (which returns a boolean). You would just need to loop through Vector A and...