Problem
Write a program that ask the user for a DNA sequence, the program should then return the protein sequence that corresponds to that DNA.
You can assume here that the DNA sequence that is given by the user contains multiples of 3 nucleotides, and that the protein is in frame 1 of the sequence.