No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
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 | |
Re: 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) … | |
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 … |
The End.