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
~2K People Reached

3 Posted Topics

Member Avatar for cmh0114

For part of my project, I need to write a piece of code that will perform a task (beeping) once per second for ten seconds. I found this code online and tried to modify it to fit my needs, but I couldn't seem to get it. This code doesn't beep, …

Member Avatar for JamesCherrill
0
856
Member Avatar for khess

lol, at first I thought you were serious. But, joking or not, you do bring up a few good points, like kids texting unnecessarily. (I'm 17, by the way.) Texting is very convenient in some situations, such as when you can't actually speak but still want to communicate. In a …

Member Avatar for theseekerguy
0
789
Member Avatar for cmh0114

I'm trying to create a game with Java, and it includes a timer, which I did with an extension of Thread. The timer is put in a loop. Effectively: [CODE] public class Game do{ System.out.println("Start"); playGameThread.start(); timerThread.start(); timerThread.join(); playGameThread.allDone = true; playGameThread.join(); System.out.println("Finish"); }while(play_again == 'Y'); } public class playGameThread …

0
55

The End.