Need Help?

User Generated

FuvarOevtug89

Computer Science

Description

What’s in a Number?

Directions: You are to write a C++ program that meets the instruction requirements below.

Deliverables:

  • Your C++ source code file. (The file with the .CPP extension).No other files will be accepted.
  • A screenshot of your program running.

Program Instructions:

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 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.

User generated content is uploaded by users for the purposes of learning and should be used following Studypool's honor code & terms of service.

Explanation & Answer

Hey.. 😃 It's done..I have explained, the code via comments..Let me know if you need any help.. 😃

Code:
#include
using namespace std;
//Will contain mapping from letter to numb...


Anonymous
Awesome! Perfect study aid.

Studypool
4.7
Trustpilot
4.5
Sitejabber
4.4

Similar Content

Related Tags