Answered You can hire a professional tutor to get the answer.
Write a program that asks the user to enter a 10-character telephone number in the format XXX-XXX-XXXX.
Write a program that asks the user to enter a 10-character telephone number in the format XXX-XXX-XXXX. The program should display the telephone number with any alphabetic characters that appeared in the original translated to their numeric equivalent. For example, if the user enters 555-GET-FOOD the program should display 555-438-3663.