You would create a Member class that has attributes: firstname, surname, phoneNumber, ID. Make your ArrayList type Member and not String. Create Member objects and store them into the list instead of...