I am working on a project for school and a point in the right direction please. I am not here for you to write the rest of the program for me but I am really stuck on this project. It is suppose to average a students grade for three exams, here is what I have so far
#include <iostream>
#include <string>
using namespace std;
When I try and run the program it always stop's once I enter the 3 exam scores and cannot figure where my mistake is. Any help is appreciated. Thanks in advance.
Well, the program works for me. I think you have to take a look at this post: http://cplusplus.com/forum/beginner/1988/ because your program quits before you have read the last part.
Good luck!