Problem: Consider a program which can evaluate strings of DNA code. DNA code is a String containing only the letters "C", "T", "G" or "A".
Write a public method, compare Dna, that takes two DNA Strings as parameters and returns true if they are the same, false otherwise.