Hi, 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.
Thanks.