How to compare String and int? (Beginning Java forum at JavaRanch)
The 'input' variable can only be an 'int' or a 'String', right? So, how do we use the same variable to compare 2 different things? Or do we need to use a different loop and ask the user "Do you want to continue, y or n? after every loop? Is it possible to...