When printing a check, it is customary to write the check amount both as a number (“€274.15”) and as a text string (“two hundred seventy four Euro and 15 cent”) Write a program to turn a number into a text string, The number should be > -1000 and < 1000.
Complete the functions digitName, teenName, tensName and test your program