I was looking at my graphing calculator and saw the "sto" button. Which stores a number value as a letter. I was wondering if there was something like this "sto" button, but not with a number value into a letter. How can I make a storage string?
string responseOne;
string responseTwo;
cout <<" What is your name?";
getline (cin, responseOne);
cout <<" What is your favorite color?";
getline (cin, responseTwo);