I'm trying to learn Java on my own...
I'm using Walter Savitch's text.
He says the following:
"You can assign a value of type char to a variable of type int, or to any of the numeric types that follow int in our list of type. "
I don't get this. Is he saying you can assign a letter to type int? If so, that makes no sense.