How to make a variable contain a word?

How do i make a variable hold an entire word or string instead of just one letter?
string word="word"; ?
And how do i name the variable?
Um, the variable is already called word.
Make it string name="word";, if you will.
I'd suggest reading on in your book, it should become clear soon.
OK i got it, thanks
Topic archived. No new replies allowed.