What kind of object is spongebob? Is that an int? A double? A char? Or did you perhaps mean
if (answer2 == "spongebob")?
I note that you are testing the value of answer like this if (answer == 13)
before the user enters a value. Is that the best way to do it? Maybe you should have the user enter their words, and then test those values?
You're right, this was a while ago, juist some coding from when I was kindof a newbie. So I thought I would post it to see if anybody could help, and what you said helped a ton, thanks!