Declare a string variable named empty and initialize it to the empty string.
LANGUAGE: C++
CHALLENGE:
Declare a string variable named empty and initialize it to the empty string.
SOLUTION:
string empty;
Declare a string variable named empty and initialize it to the empty string.
string empty;