How to Spell out numbers?
I've been trying, this entire weekend on how to make a program that reads number inputed by a user, from 0.00 to 999.99... and i just can't figure it out!!!!! i know it seems easy but i swear, i just can't, everything i try just dont work. I'm not asking for a program that already works (tho very much appreciated :p) but just point me out in the correct direction.
I tried converting the numbers in to Chars, then using the ASCII table to assign them to letters and then use if else statements and that just doesn't work... help!:confused:
ty very much.