stringbuffer

  1. QwertyManiac

    A java Problem

    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...
Top Bottom