What is the format of a string output?
std::cout «_space;“string” «_space;std:endl
How do you declare a string using iostream?
std::string string_variable;
What is the format of a string input?
std: :string string_variable;
std: :cin»_space; string_variable;