Write your question here.With the aid of parallel arrays, how do I write a C++ program that accepts the gender, name and marital status of 10 persons. the program should display all the persons who are single, married or divorced in their respective categories. Please ensure to put Miss, Mrs or Mr before the names of every person when displaying their names in their respective categories; their respective titles are dependent on their gender and marital status.
I believe this is the point where we clarify some things. @OP, we are not your personal homework-doer buddy. Just like any computer, without reasonable and valid input, you won't get the output you want. And by reasonable and valid, I mean a semi well-worded post, along with code that you've attempted yourself.
Also you already have another question open on the same topic (parallel arrays) so if that doesn't help, you can always try Googling how to program a parallel array.