Hi guys,
i have made two java files as followin:
1st file:
import java.io.*;
public class Reader
{
private static BufferedReader stdin =
new BufferedReader( new InputStreamRead er( System.in ) );
public static void main ( String [] args ) throws IOException
{
System.out.prin tln( "input = " + getString());...