Kura_kai
04-27-2005, 02:00 AM
ok i believe i have this right but not sure but here are the lines i am not sure off.
BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
userResponse = in.readLine();
userResponse.equals("1")
Is this correct? i have the correct imports but not sure if i did the right typing.
BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
userResponse = in.readLine();
userResponse.equals("1")
Is this correct? i have the correct imports but not sure if i did the right typing.