char names[] = { "Mary", "Jordan" };

i want to also store a string value for each name too, how can i do this guys?

like.. Mary - female
Jordan female etc

so i want to store male or female for each person in the array