One thing that I think you're not understanding - could be wrong, is this:

If you say define a variable as char, and then assign it a number, like this:

char num = 26; then if I'm not mistaken...