Issue with stringsIt's pretty simple really, whenever you want to convert a digit in the form of a char to an int just...
Issue with stringsYou're converting a char into an int, chars use the ASCII table where '3' happens to be 51. If you ...
trying If Statements but got 8 errors dont understand some of em [code]if ( age< 100)( cout<<"You are pretty young!\n"; ) else (age ==100)( cout<<"You...
[HELP] On my school assignmentFor the function compareAnswers you're going to need a loop (I would say the 'For' loop, but it look...
Using a loopThe general opinion is that if you have a set number of times you want to loop you normally use a fo...