I was trying to do the assignments in the cattle drive.
The question is
"Write a program that will read in a number from 0 to 99 and spell out that number. The program must also report any values that are out of range.
In other words, I want to type
java Say 22
and see
twenty-two"
How would i go about writing this program.
please give some guidelines