A java problem...
heres the code
import java.io.*;
class DNA
{
public static void main(String args[]) throws IOException
{
String A;
char a;
int i,j;
DataInputStream in = new DataInputStream(System.in);
A=in.readLine();
j=A.length();
StringBuffer Str = new...
Hi Guest we just wanted to alert you to a major change in the forum. We will no longer be allowing the posting of outgoing links. Please use the attachment feature to attach media to your posts.