Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

can you pls do this in java ? pls also attach the flowchart! Programming challenge 13 at the end of chapter 9 13. Alphabetic Telephone

can you pls do this in java ? pls also attach the flowchart!
image text in transcribed
image text in transcribed
Programming challenge 13 at the end of chapter 9 13. Alphabetic Telephone Number Translator Many companies use telephone numbers like 555-GET-FOOD so the number is easier for their customers to remember. On a standard telephone, the alphabetic letters are mapped to numbers in the following fashion: A,B, and C= 2D,E, and F=3G,H, and I=4J,K, and L=5M,N, and O=6P,Q,R, and S=7T,U, and V = 8W,X,Y, and Z=9Write an application that asks the user to enter a 10-character telephone number in the format XXXXXXXXXX. The application should display the telephone number with any alphabetic characters that appeared in the original translated to their numeric equivalent. For example, if the user enters 555-GET-FOOD the application should display 555 438-3663. You only need to submit the source code ( java and not the project or class ) files of all the classes you'll implement and the driver program for the problem. Submit your flowchart or pseudo code. Add all your files in an archive file, name the archive file as specified at the beginning of the semester, and submit the single archive file on eCampus before the due date. No assignments will be accepted as an email submission or as a hard copy after the due date. (?) *Description: This program will displays a string without any user interaction *Class: Fall - CosC 1437.81002 *Assignment1: Hello World *Date: 08/15/2011 *@author Zoltan Szabo *@version 0.0.0 */ For each method, you will also be required to create docstring as follows: J @param string as args * @return Termination code as int, o for normal, anything else is error condition * @throws Nothing is implemented % All assignments must be submitted on eCampus under

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

Students also viewed these Databases questions