Write a statement that prints Hello World to the screen.

LANGUAGE: C++

CHALLENGE:

Write a statement that prints Hello World to the screen.

SOLUTION:

cout << “Hello World”;