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.

~8K People Reached
About Me

Student

PC Specs
Intel P4 3.4Ghz 512k Cache 2GB Kingston HyperX RAM Asus P4C800-E Motherboard Nvidia GeForce 7800 GS…
Favorite Tags
Member Avatar for Dave Sinkula

Just to measure this site's preferred candidates, but possibly to stir up another hornets nest. :D [url=http://en.wikipedia.org/wiki/United_States_presidential_election%2C_2008]More info[/url]. [I]The poll had a limit of 10 items. There are more R's than D's because [B]I[/B] made this poll and because that side is more contested.[/I]

Member Avatar for jephthah
0
6K
Member Avatar for darklich13

I'm having trouble getting my InputMismatch working on my program. Do I need some kind of throw for this exception? The program compiles fine, but it dosen't pick up the exception. Can someone please help. [code] public class EndingListener implements ActionListener { public void actionPerformed(ActionEvent e) { if (e.getActionCommand().equals("Convert")){ try{ …

Member Avatar for darklich13
0
202
Member Avatar for Wickedself

I am new at Java. I have used Microsoft's Visual J++ but I have heard that it doesnot follow the java standard. Can you please give me the name of a good standard compiler that will work fine in windows XP.

Member Avatar for griefers
0
149
Member Avatar for darklich13

I've got a small little program that I'm trying to write that converts a base10 number to a base2. For some reason my instructor wants us to use stack on this. I've got most of it done but I'm having trouble trying to get the stack converted to an int …

Member Avatar for darklich13
0
131
Member Avatar for darklich13

I'm having a little trouble with one of my exceptions. The following code is just a simple division of two integers. I have built two exception to handle an InputMismatch and divide by zero. What I want to happen is when there is an exception, I want the program to …

Member Avatar for darklich13
0
254
Member Avatar for darklich13

Can somebody please help my try to understand how to add an equals method to my Person, Purchase, and Customer class? I am very new to Java and I can't figure out how to call the equals test from main and have it reference to the other classes. Any help …

Member Avatar for Ezzaral
0
358
Member Avatar for darklich13

I'm trying to write some code that will read numbers from one file and put those numbers into a list and then print the list in another file. I'm having trouble trying to get the numbers from the infile to read correctly. The program compiles ok but when the list …

Member Avatar for darklich13
0
166
Member Avatar for darklich13

I'm having trouble trying to figure out how to create a Cartesian Graph for the formula y=x^2 so that it looks like the following. ------* ---* --* -* * *please disregard the -* Current grid parameters: 20 X 20 array with step 1 I know I have to create a …

Member Avatar for darklich13
0
117
Member Avatar for darklich13

I am tring to set an array with its values to zero within a constructor, but I can't get it to work. I have created an array with the size of 5 in the private of my class. I want the values of my array to be set at zero. …

Member Avatar for darklich13
0
204
Member Avatar for darklich13

I have a problem where the user enters in their grades from their homework and exams and then the program will tell the user what their grade is. I have everything worked out below but I am missing one key aspect. There are 12 homeworks and only the best 10 …

Member Avatar for darklich13
0
102