#include using namespace std ; #include "mymath.h" int main() { int result = doSum( 4, 5 ) ; cout << result << endl ; return 1 ; }