#include using namespace std ; //This program created by instructor. int main () { /* Inside the main function. This style can span many lines. */ cout << "This program has comments." << endl ; return 0 ; }