Hello World Program

The "hello world" program in C++ is shown below:

The output from this program is shown below:

output

If you want the string statement to add a new line after you enter in a statement, then you would put the line:

cout <<"Hello world!" <

Below is the screenshot of the hello world program with a return line added:

output