hehe... Yeah I didn't make that same mistake in the code.

I've tried to set choice = 'y' at the beginning of the code but it doesn't seem to do anything. I keep getting the problem that it'll print the message "Would you like to find another answer (y or n)? " and then it exits the code without waiting for input from the user.

I'm sorry if I'm making this difficult, I'm pretty new at this and if the option came at the beginning of the code then I could do it easily.

My instructor has just taught us about arrays and while she did say you could probably use them in this project, don't use them.

I thought there was some simple method to get the code to loop back that I was missing. Is it more complex then I imagined?

I'm not allowed to flush the input or use arrays. Not that I would know how to do that anyway.