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
Ranked #25.0K
Ranked #4K
~696 People Reached
About Me

I'm a pro golfer.

Interests
Cheating on my wife; sex with average looking women who I barely know; losing the masters to Phil Mickelson.
Favorite Forums
Favorite Tags
Member Avatar for pateldeep454

Main.java [CODE] package scrabble; import javax.swing.JOptionPane; import javax.swing.JDialog; public class Main { public static boolean isDoubloon (String word) { int count[] = LetterHist.letterHist (word); for (int i = 0; i < count.length; i++) if (count[i] == 2 || count[i] == 0) continue; else return false; return true; } public static …

Member Avatar for svfox2000
0
319
Member Avatar for shahab.burki

Hi, I am stuck in file reading problem. I have tried various solutions but nothing worked. Actually I can't develop a logic to do so. I want to read some lines from file and pass them to structure. When reading a file you must use WHILE loop. I am posting …

Member Avatar for jephthah
0
90
Member Avatar for ceyesuma

Hello and thanks in advance for your time. Trying to learn how to throw App Exceptions. Is there any way to get this exception from properties so I can pass it to a JOptionPane? Model Resources UserException=Subscription failed. \ Please try another email address. ProfileException=Must Select a Profile \ UnenrollException=Unsubscription …

Member Avatar for ceyesuma
0
117
Member Avatar for n_joan

I have a variable that contains the name of another variable. I intend to read the contents of the variable name. how?

Member Avatar for n_joan
0
111
Member Avatar for AdamWolf

a print procedure is a good candidate for a dynamically bound method. why?

Member Avatar for Tiger Woods
0
59