problems with stringsThanks guys. I racked my brain on this but finally got it working. Here is the final code. [code]...
problems with stringsI have to take a name that is in the format of Last, First Middle and give output that takes the str...
do while looping problemsThanks for pointing out my error on line 18. I guess it should be [code] if (gpa < 0.0 || gpa > 4.0...
do while looping problemsI 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; ...