change only 1 line


package test;

import java.io.*;
public class Methods{
public static void main(String args []) throws IOException{
InputStreamReader instream = new...