Why does my program give me the wrong output?Yep, that is correct :)
Why does my program give me the wrong output?"James W Ross" [code] cout << "first = " << first << endl; cout << "middle = " << middle <<...
Looping two functionsUsing a function would be the easiest way to do this, otherwise your code is just going to get more ...
Why does my program give me the wrong output?Hi, Found a couple of things to point you in the right direction. You are starting the finds on a ...
coutYou have an endless loop in step 4, not quite sure why you have a loop there in any case. Get rid of...
This user does not accept Private Messages