01-28-2012, 02:43 PM
(01-28-2012, 02:35 PM)Pacman-Nemtap Wrote: I understand what your talking. Hell, I shoot through with so much protection using this forum with a proxy & an alias XD
I'll take a crack at getting you to understand.
My original question was about variables themselves.
Like, how are they used for programs, how would char be used??? How would you use the other variables available???
Have you ever used a calculator before? Remember the ANS button?
Basically variables store information so that you can use them in other places, check their values, and execute other functions based on that value.
char holds a char value. Other variables depend on their types. But i'm not sure what you're confused about here
int = number value, but it's short, so it's maximum isn't very large in comparison to a long int.
char = one character value