**-------------------------------**
print”enter the dna \n”;
$i=<STDIN>;
chomp($i);
$i=~tr/atgc/cd;
print”$i \n”;
**--------------------------------**
print”enter the dna \n”;
$i=<STDIN>;
chomp($i);
$i=~tr/atgc/cd;
print”$i \n”;
**--------------------------------**
No comments:
Post a Comment