I have two strings.
One is "Aa ee Gg
", the other is "Aa Ee
". Both are genetics for coat-color.
I wanted to generate a new combination out of both. The new string needs to have "one of the letters" of each string.
For example A
and A
, E
and e
, G
and (-)
I tried to put the strings in arrays and then use these to make a new string.