Answered step by step
Verified Expert Solution
Question
1 Approved Answer
PLEASE READ : IN JAVA NETBEANS PLEASE!! and NEED to be in joptionpane !!! AND EXPLAIN IT TO ME PLS To make telephone numbers easier
PLEASE READ : IN JAVA NETBEANS PLEASE!! and NEED to be in joptionpane !!!
AND EXPLAIN IT TO ME PLS
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 must 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. You are supposed to write Java program for the following questions. For every question, do provide at least THREE (3) different test cases. Question 1 (10 Marks) Modify question 3 of Assignment 1 to accept a telephone number with any number of letters. The output should display a hyphen after the first 3 digits and subsequently a hyphen (-) after every four digits. Also, modify the program to process as many telephone numbers as the user wantsStep 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