EasyIn
807605Aug 24 2007 — edited Aug 24 2007I am new to java and trying to get input from the console. Previoud method was to use BufferedReader and get string input first and convert it to int. Now i see this EasyIn.getInt(), getChar(). I do not know how to use these methods. Do i need to override them in a seprate class and use it or what about import uwejava.*;. if i use the import statement my IDE MYEclipse says unable to resolve this name. Can anyone please tell me how to use the EasyIn methods please.