Computer Science Canada Possible Words |
Author: | Azzy [ Thu Dec 08, 2005 4:37 pm ] | ||
Post subject: | Possible Words | ||
I'm making a program to find possible words from a list letters and numbers. Basically the letters have a corrisponding number and what it does is add three numbers together and if it equals 100 then those three letters are a possible outcome for the word. This is only the first stage so their are only three letters in the word, but later there will be more if I can fix this problem What happens is it will go through the program but when it gets to the end it says that the variables have no value. It probably has to do with the 2D array cause this is the first time I've used one in turing, but it may not be, so please help me.
|
Author: | Tony [ Thu Dec 08, 2005 5:41 pm ] | ||
Post subject: | |||
Try it out. The sum is never actually 100 in your case. |