View Single Post
  #1 (permalink)  
Old 07-31-2007, 06:31 AM
carl carl is offline
Member
 
Join Date: Jul 2007
Posts: 35
carl is on a distinguished road
Help with BufferedReader in java
Hi, I believe i have this right but not sure but here are the lines i am not sure off.
Code:
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.
Thanks.
Reply With Quote
Sponsored Links