i'm trying to get a program to ask a question that requires a yes or no answer, and then loops until the answer is no. i have managed to get it to loop but the loop works no matter what the user types in. is anyone able to help.
I suspect many people on this forum can help. I would suggest as the first statement inside your loop you display what answer they have input and compare that to your termination value.