1 2 3 4 5 6 7 8
// Program.cpp function code file. #include <iostream> #include "ReferenceExamples.h" using std::cin; using std::cout; using std::endl;