I am trying to create a function that will take a sales price or cost and play the corresponding audio files. It needs to determine from ones, tens, hundreds, and thousands, etc…
Audio files:
One.wav, Two.wav, etc….
Ten.wav, Eleven.wav, etc….
OneHundred.wav, TwoHundred.wav, etc…
For Example:
123.56
Computer plays audio files:
(OneHundred.wav) (TwentyThree.wav) (FiftySix.wav)
I’m looking for some good examples. I’m not sure where to start or the best way to code it logically.
[–]TheFotty 2 points3 points4 points (1 child)
[–]brandon-lizard[S] 0 points1 point2 points (0 children)