Forum: Java Sep 15th, 2008 |
| Replies: 9 Views: 2,616 so would it be ok to say that
int i = getHundreds();
and this would be under the hundredsToString() method correct? |
Forum: Java Sep 15th, 2008 |
| Replies: 9 Views: 2,616 I think my main area of confusion is the hundredsToString() method and the others that follow, im not quite sure how to go about them?? Also can you please explain to me how to go about testing each... |
Forum: Java Sep 12th, 2008 |
| Replies: 9 Views: 2,616 The number 1234 would have to be One thousand and two hundreds and thirty four. He wants the first letter in CAPs and then if the number is more than 1 in the 1000s or 100s position it has to be in... |
Forum: Java Sep 12th, 2008 |
| Replies: 9 Views: 2,616 The number 1234 would have to be One thousand and two hundreds and thirty four. He wants the first letter in CAPs and then if the number is more than 1 in the 1000s or 100s position it has to be in... |
Forum: Java Sep 11th, 2008 |
| Replies: 9 Views: 2,616 Hi, I need help on this assignment I have, the question asks to write a program that reads a non-negative integer number (4 digits maximum) and writes that number in words. it gives me:
Private... |