Ok that is what I thought. It's how I implemented my isNumeric() method above. I just wanted to make sure I was reading kewlgeyes's code correctly in that when he runs it and enters a letter his
guess = Double.parseDouble(yguess);
will throw an exception if a letter is stored in "yguess". Thanks again for the clarification titaniumdecoy.