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
~507 People Reached
Favorite Forums
Favorite Tags
java x 4
Member Avatar for shinnie

I'm writing a program about words game. The program is working fine but i'm having trouble in reduce the array to size 5.that mean the user only can input 5 times then the program shut down Anyone have any ideas?

Member Avatar for jon.kiparsky
0
290
Member Avatar for shinnie

i'm writing a Java program that ask the user to input words using JOptionPane.showInputDialog() Then look at each letter in the word and add up the points for each letter. Vowels (a,e,i,o and u) are valued at zero.The letters "x" and "q' are valued at 5.All other are 1.Anything not …

Member Avatar for JamesCherrill
0
217