String
int
int count(String dna)(be sure your method is public)
dna contains only the
characters 'a', 'g', 't', 'c' (lowercase).
dna is between 0 and 1000 characters long
(inclusive).
"agatatat"Returns: 0
There are no occurrences of cytosine, so return zero.
"catatatatc"Returns: 2