same tutor please question 2 Posted on January 11, 2021 | by admin Insert a new line after “Hello World”, by using a special character: int main() {_x000D_ cout << "Hello World! ";_x000D_ cout << "I am learning C++";_x000D_ return 0;_x000D_ }