Wednesday, September 19, 2007

Question 5 I think

Provide yourself an example (not one from your instructor) of how you use a particular command that
will help jog your memory in the future when you need that command again. You must provide a little code as well as a written explanation with this one.

Char stands for character and it only holds one character at a time. I can remember this because char reminds me of Charmander, who, like all pokemon, can only say one thing. Similarly all chars can only hold one letter. Seriously though, thats not how I remember what a char does.

Code:
char oneLetterAtATime = 'g';

No comments: