User profile: nmenumero1

User info
User name:nmenumero1
History
Joined:
Number of posts:5
Latest posts:

problems with strings
Thanks guys. I racked my brain on this but finally got it working. Here is the final code. [code]...

problems with strings
I have to take a name that is in the format of Last, First Middle and give output that takes the str...

do while looping problems
Thanks for pointing out my error on line 18. I guess it should be [code] if (gpa < 0.0 || gpa > 4.0...

do while looping problems
I can get it to exit if I enter 0.0, but then it skips to asking for the entrance score without exec...

do while looping problems
[code] #include <iostream> using namespace std; int main() { double gpa = 0; int exam = 0; ...