public static String removeEvens(String[] reversedNames){ String evensRemoved = ""; String str = reversedNames[1];