Declare a string variable named str and initialize it to Hello.

LANGUAGE: C++

CHALLENGE:

Declare a string variable named str and initialize it to Hello.

SOLUTION:



string str = "Hello";