I have reviewed the Character class and can successfully get an ascii
value from a character using the digit method. However, I am having
trouble converting an ascii value into a character.
It seems that the forDigit method is the proper method, but after
reviewing the notes that Sun has I still am a little unsure of its
implementation.
Could somebody shed some light on how to use this method, or better
yet, a best way to convert values into characters.