Plan:
Input: 48 as Dec or 30 as Hex or 60 as Oct
it Output the ASCII Character: 0(Digital Zero)
How to do it? ::)
Eric, you've almost answered your own question. :bg
Look here about middle of the page: http://en.wikipedia.org/wiki/ASCII_table
If you want to print a "0" character, what binary/decimal/hex value is that?
What then, do you have to add to your zero value to get a zero character? :toothy
Quote from: Mark Jones on April 11, 2006, 04:23:36 PM
Eric, you've almost answered your own question. :bg
Look here about middle of the page: http://en.wikipedia.org/wiki/ASCII_table
If you want to print a "0" character, what binary/decimal/hex value is that?
What then, do you have to add to your zero value to get a zero character? :toothy
:green THX