I've made this class customer that has a vector of type customer. I'm trying to figure out is how to access the elements of a vector of that type. My customer type has strings and doubles. I know with arrays I would use "->" to get each element of the array but I don't know how with vectors. Right now my code will input the data (I think it does anyway) but when I see a vector like accts[0] it displays address. Any help would be greatly appreciated.