#include using namespace std; int main() { cout << "I love C++\n"; system("PAUSE"); // prevent the console window from closing return 0; }