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.

~10K People Reached
About Me

Own my own cheerleading gym

Interests
snowboarding
PC Specs
Dell Dimension
Favorite Tags
java x 7
Member Avatar for Dani

Hey there forum lurkers - all you people who are browsing the site but still haven't taken a minute to sign up. I just thought it would be a nice idea to welcome you all to the forums. Why not drop us a line and say howdy here? Heck, you …

Member Avatar for jamesjoseph1
0
9K
Member Avatar for ALT-F4

This small program simply allows the user to call two different methods passing along an interger value to each. One method will output numbers from zero utnil that integer value using iteration. The other method outputs numbers from zero to that integer using recursion.

Member Avatar for Dani
0
178
Member Avatar for nanosani

Find a six digit number that gives its digits reversed when multiplied by an integer between 2 and 9 inclusive. For example, if the original number was 654321 and the chosen integer was 8, then 654321 x 8 should equal 123456 if it was the magic number (which of course …

Member Avatar for Daishi
0
305
Member Avatar for hjangel

I have been writing a Gui in JBuilder 3 which has 3 textFields for data input. I then want the Gui to perform a calculation and print the inputed data along with the calculation into a textArea, but when I click on my "compute" button nothing happens. Does anyone have …

Member Avatar for hjangel
0
107
Member Avatar for Programming sta

How do i debug the application attached consisting of four Java classes [code] *************** Pictures of screen shots to go here ***************** Color.java public class Color extends Object { private String color; public Color() { return setColor( "" ); } public void setColor() { color = "black"; return color; } …

Member Avatar for Phaelax
0
135
Member Avatar for ALT-F4

Hey, I've been programming for sometime now and one thing I've never had to do is any sort of "debugging". I was just wondering if someone could help explain to me the process and the purpose of it. Thanks! :lol:

Member Avatar for ALT-F4
0
121
Member Avatar for prackit

I have to do a basic program of a calulator(text field at top for display and then all numbers) it does not have to be funtional. I know you can only have one layout manager per container...but I can't get it to work? This is what I have so far..any …

Member Avatar for ALT-F4
0
152