Ahh I see. I didn't expect it to be that simple of a fix. I, it looks like incorrectly, remember reading that Boolean values could be true, false, yes, no, y, n, etc..
I changed my variable to a
String and now use the .equals() function to ask the user for more input. I get the feeling this isn't the best way though.