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
Favorite Forums
Favorite Tags
java x 4

3 Posted Topics

Member Avatar for vjames

Is it possible to write to an existing text file in a jar. I managed to read from it with getResource() but I am stuck trying to write to it, it gives me a file not found exception. Thanks

Member Avatar for vjames
0
1K
Member Avatar for subone

Try using a while loop to calculate the sum and the maximum [CODE] int counter = 0 int sum =0; while(counter <10) { sum += scan.nextInt(); } [/CODE] In that same loop try to figure out how to get the maximum of the number. Like this: if( nextInt > max) …

Member Avatar for JeffGrigg
0
262
Member Avatar for vjames

Hi, I'm making a snake game and I got a timer to check everything and repaint the component. How can I achieve a 60 fps without affecting the movement of the snake. I need help to come up with an equation for the speed of the snake. Need to change …

0
259

The End.