Answered step by step
Verified Expert Solution
Question
1 Approved Answer
You can write c++ by your handwriting Part 2 160 Pointsl To make telephone numbers easier to remember, some companies use letters to show their
You can write c++ by your handwriting
Part 2 160 Pointsl To make telephone numbers easier to remember, some companies use letters to show their telephone number. For example, using letters, the telephone number 438-5626 can be shown as GET LOAN. In some cases, to make a telephone number meaningful, companies might use more than seven letters. For example, 225-5466 can be displayed as CALL HOME, which uses eight letters. Write a C++ program that prompts the user to enter a telephone number expressed in letters and outputs the corresponding telephone number in digits. If the user enters more than seven letters, then process only the first seven letters. Also output the (hyphen) after the third digit. Allow the user to use both uppercase and lowercase letters as well as spaces between words. Moreover, your program should process as many telephone numbers as the user wants Sample outputs to screen Enter any other letter to terminate the program. Enter a telephone number using 1etters: CALL HOME The corresponding telephone number is: 225-5466 To process another telephone number, enter Y/y Enter any other letter to terminate the program. Process returned 0 (ox0) execution time 15.407 s ress any key to continue. Notes Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started