#ifndef PLOTH #define PLOTH #include using namespace std; string plot(double x); // mark x position on a line of spaces #endif