A user enters a 10-digit phone number. You must write a script that converts each digit to the spelling of that number (for example 1 is converted to ""one"") and then prints it to the screen. Note that the phone number can be entered three different ways: a) 555-555-5555 b) (555)555-5555 c) 5555555555 Your code must be able to handle all three formats.