Write your question here.
Hello, I am trying to finish this problem I found on Rosalind, however my logic seems to be wrong on a particular part. The goal of the problem is to take a DNA strand and produce it's reverse compliment. That is for every 'A' in the strand there should be a 'G' and vice-versa and for each 'C' there should be a 'G'. The problem I'm having now is that the array I have created will give me my result but it's also giving me the original form along with some other unrecognized data. Anyone have pointers as to what I may be doing wrong here?