How do i make a variable hold an entire word or string instead of just one letter?
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.