#ifndef PROGRAMMINGMODE #define PROGRAMMINGMODE // to test some calculations int performOperation(int num1, char operatorType, int num2); #endif // PROGRAMMINGMODE