prog.cpp: In function 'int main()':
prog.cpp:7:8: error: 'dna' was not declared in this scope
cin >> dna;
^
prog.cpp:9:6: error: expected ';' before string constant
cout "< ";
^
prog.cpp:10:10: error: 'a' was not declared in this scope
if (a == 'A') cout << 'U';
^