Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

using Eclipse/Java, check attached file for question Problem 4: Telephone Digits To make telephone numbers easier to remember, some companies use letters to show their

using Eclipse/Java, check attached file for question

Problem 4: Telephone Digits To make telephone numbers easier to remember, some companies use letters to show their telephone number. For example, 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 Java 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 eight letters, then process only the first seven letters. Also, output the (hyphen) after the third digit. Allow the user to use uppercase and lowercase letters, as well as spaces between words. Moreover, your program should process as many telephone numbers as the user wants.

UPDATEDimage text in transcribed

Problem 4: Telephone Digits To make telephone numbers easier to remember, some companies use letters to show their telephone number. For example, the telephone number 438-5626 can be shown as GET-LOAN. In some cases, to make a telephone number meaningful, companies mightuse more than seven letters. For example, 225 5466 can be displayed as CALL-HOME, which uses eight letters. Write a Java program that prompts the user to enter atelephone number expressed in letters and outputs the corresponding telephone number in digits. If the user enters more than eight letters, then process only the first seven letters. Also, output the-(hyphen) after the third digit. Allow the userto use uppercase and lowercase letters, as wellasspaces between words. Moreover, your program should process as many telephone numbers as the user wants Sample Input/Output Enter Y/y to convert a telephone number form letters to digits. Enter any other letter to terminate the program. Enter a telephone number using letters: GETLOAN The correspponding telephone number is: 438-5626 To process another telephone number, enter Y/y Enter any other letter to terminate the program Enter a telephone number using letters: CAL LHOME The correspponding telephone number is: 225-5466 To process another telephone number, enter Y/y Enter any other letter to terminate the program

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Concepts International Edition

Authors: David M. Kroenke

6th Edition International Edition

0133098222, 978-0133098228

More Books

Students also viewed these Databases questions

Question

Which form of proof do you find least persuasive? Why?

Answered: 1 week ago