Hello World! I'm talking about strings in C++. I've started with the basic hello world program, and I made a couple of little changes. I have included the string header file. I've added using namespace STD. and instead of saying cout<<" hello world" I have declared a string named message with the value "hello world" and then I say cout<