Adding values from a fileI'm having a bit of trouble trying to figure out how to get certain values to add up into a total va...
Help with letter guessing and arraysWorked on it a bit more and replaced the above with this... [code] //Entry Storage and Error Messag...
Help with letter guessing and arrays[code] for (int x = 0; x < 26; x++) { letterGuess[x] = letter; for (int i = x; i < 2...
Help with letter guessing and arraysYeah, I see where you're coming from. Since I had no idea on how to go about this, I used examples I...
Help with letter guessing and arraysI've been tinkering with this for the past four hours. No matter how I change the loop from 36 to 39...
This user does not accept Private Messages