Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~379 People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for kmlittle

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 …

Member Avatar for Mashka
0
51
Member Avatar for paydfody

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 …

Member Avatar for kmlittle
0
328

The End.