// A first C++ program illustrating output. #include main() { cout << "C++ is an improved C." << endl; }