#include // I/O library
using namespace std;
int main()
{
cout << “Hello, world!” << endl;
}
The // symbol is used as a rest-of-line comment symbol. Also, the program text can be placed in any position on the page, with white space between tokens being ignored. White space are characters such as blanks, tabs, and new lines. White space, [...]