Loops and averageIf you haven't learned functions yet, and I suspect you haven't, you're looking for something like t...
Help with stringstreamI have a file A that has multiple paragraphs. I need to identify where I matched words from another...
Proper of protecting from bad input. What is the professional way of dealing with it?YOu really need to convert the menu_choice to lower case, if you're going for clean input. If the u...
Please explain recursive functionThank you both! That really helps. I thought I understood before, but now I get it. IHutch105, yo...
while (score < 0 || score > 100)EDIT - you're using global variables, instead of passing and returning parameters. If you want to u...
This user does not accept Private Messages