i need vonvert number to word ex;
Read an integer from 1 to 999 and print the integer in words. For example, if 325 is read, the
output should be:
THREE HUNDRED AND TWENTY FICE
Read an integer from 1 to 999 and print the integer in words. For example, if 325 is read, the
output should be:
THREE HUNDRED AND TWENTY FICE
Comment