Results 1 to 2 of 2
- 07-02-2008, 12:05 PM #1
Member
- Join Date
- Jun 2008
- Location
- Australia
- Posts
- 43
- Rep Power
- 0
Java Program To Convert A Number In To Words With Decimals
Sorry for being such a newbie.
The program will accept a double-data type input from a user. Function of the program is to convert the number inputted to its equivalent words.
eg.
12345.67 = Twelve thousand and three hundred and forty five dollars and sixty seven cents
765.43 = seven hundred and sixty five dollars and forty three cents
Oh. By the way, using the following methods on the java.lang.String is much appreciated.
- charAt()
- length()
- trim()
- valueOf() - overload
- toCharArray()
- indexOf(String str)
- indexOf(String str, int fromIndex)
Does anybody have the idea here? :confused:
- 07-02-2008, 01:58 PM #2
Similar Threads
-
how to convert String number to int
By gabriel in forum New To JavaReplies: 5Last Post: 08-02-2009, 03:46 PM -
How to convert integer to the hexadecimal and octal number
By Java Tip in forum java.langReplies: 0Last Post: 04-06-2008, 07:40 PM -
Validate/Convert a number using the current Locale()
By Java Tip in forum Java TipReplies: 0Last Post: 03-01-2008, 10:01 PM -
program help: Extracting words from a string
By toad in forum New To JavaReplies: 1Last Post: 11-04-2007, 06:39 PM -
Help with convert a double type number
By trill in forum New To JavaReplies: 1Last Post: 08-06-2007, 08:48 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks