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
~598 People Reached
Favorite Forums
Favorite Tags
java x 4

3 Posted Topics

Member Avatar for server_crash

I'm a newby, myself, but hopefully this helps: Store all the factors you get in an array, then each time it finds another factor, have it loop through the array and check to see if the integer is already stored. EvilObsidian

Member Avatar for Momerath
0
161
Member Avatar for EvilObsidian

Thanks for taking the time. I'm a beginner and I ran into a roadblock with the following code. The assignment is to create a class Complex to add and subtract complex numbers and a Class to test it. Unfortunately, I can't get it to compile so I can debug it. …

Member Avatar for server_crash
0
127
Member Avatar for EvilObsidian

What I'm trying to do is format input from a text area so that it is all uppercase letters and numbers, eliminating all punctuatoin and whitespace. I want to use a method format() to loop through all the characters in the text and use a switch statement to determine whether …

Member Avatar for server_crash
0
310

The End.