In my Internet and Web Technology class, I have to write the following program:
"Write a JavaScript that inputs a numeric check amount and writes the words equivalent of the amount. For example, the amount 112.43 should be written as
ONE HUNDRED TWELVE and 43/100"
I have absolutely no idea how to do this. My teacher mentioned using an array, but I can't see how an array would work for this.
Any help here would be greatly appreciated.



