Write a program that asks the user for two input strings: a complete DNA sequence and a DNA fragment whose occurrence is to be found in our complete DNA sequence. The program must display the number of matches as the output. Make sure to validate that your sequence is a DNA sequence – i.e., that it contains no letters aside from A, C, G, and T.