/*-------------------------------------------------- header file for function grade_msg created by smtuttle at Mon May 3 13:33:38 PDT 2010 --------------------------------------------------*/ #ifndef grade_msg_H #define grade_msg_H #include <string> using namespace std; string grade_msg(char grade); #endif