I have four arrays of size 8 each with DNA bases assigned (A T G or C).
In a method I have to pass a base, in this case A and compare all the positions of each arrays and determine how many 'A' are...