Question: write this problem code in java way there is a string method that converts it to numbers Problem 1: Telephone Digits To make telephone numbers

write this problem code in java way
write this problem code in java way there is a string method
there is a string method that converts it to numbers

Problem 1: 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 low case letters, as well as spaces 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: GET LOAN The correspponding telephone number is: 438-5626 To process another telephone number, enter y/y Enter any other letter to terminate the program, Y Enter a telephone number using letters: CALL HOME 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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!