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
~239 People Reached
Favorite Forums
Favorite Tags
java x 2
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
45
Member Avatar for paydfody

This code is meant to be a simple quiz, but I am getting 4 errors that I cannot figure out. Thanks in advance. import java.io.*; public class Quiz { public static void main(String args[]) { int correctCounter; InputStreamReader reader; BufferedReader buffer; keyboard = new BufferedReader (new InputStreamReader (System.in)); } String …

Member Avatar for kmlittle
0
194