In my java code I have an order number that needs to be spoken out. It's always a 7-digit string of characters; eg: "1765432". Using the base way I know to do it, the number is spoken as "one million seven-hundred thousand...", but what I'm looking f...