If you win I get %110;-) Actually, although I know of Hex, and that it is like a what, base 14 or 16 system, I have no concept of what this number actually is. I need to figure out how to convert it into decimal, 'cause as far as I know, integer means number, and number means ain't not no letters involved;-)
take the first letter, multiply by 16, and add the second letter
Note: To make it obvious you're using hexadecimal, its customary to put an "0x" in front of it; you can also put an optional "T" after decimal numbers, or "B" after a binary string.
You sank my Battleship! (Score:2)
TTFN
Re: (Score:2)
Re: (Score:2)
94 180 113 147 32 111 15 201 36 49 172 51 115 145 58 254
Note: To make it obvious you're using hexadecimal, its customary to put an "0x" in front of it; you can also put an optional "T" after decimal numbers, or "B" after a binary string.
Example:
0x5E = 5 * 16 + 14 = 94T
To play this in the lottery: