No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
I'm usually a forum lurker but, after seeing how active this forum really seems to be I thought I'd get involved and post around. I figured a good place to start is saying hello to everyone. I've been studying Java for the last two years at free classes at the …
You should try and put your code into code blocks next time but here's what I see wrong: [LIST=1] [*]keyboard is not declared [*]seekResponse.equals ("M") checks for an upper case letter same with seekResponse.equals ("s") [*]if (seekResponse=("a")) should be if(seekResponse.equals("a")) [*]exit; should be System.exit(1); [/LIST] Here's what I did for …
The End.
kmlittle