精选优质文档-倾情为你奉上import java.io.*;public class Methodprivate int intinput() throws IOException,NumberFormatExceptionBufferedReader br=new BufferedReader(new InputStreamReader(System.in);String str=br.readLine();int i=Integer.parseInt(str);return i;private String stringinput() throws IOExceptionBufferedReader br=new BufferedReader(new InputStreamReader(System.in);String str=br.readLine();return str;private boolean between(int n,int min