#include #include #include "clinton.h" #include "gates.h" using namespace std; int main() { cout << clinton::january << "\n"; //The last name of january is clinton. clinton::hillary_t n = 10; //The last name of hillary_t is clinton. clinton::bill bc = 20; //The last name of bill is clinton. bc.g(); gates::bill bg = 3.14159265358979323846; bg.g(); return EXIT_SUCCESS; }