The international standard letter/number mapping for telephones is shown in Programming Exercise 4.15. Write a method that

Question:

The international standard letter/number mapping for telephones is shown in Programming Exercise 4.15. Write a method that returns a number, given an uppercase letter, as follows:int?getNumber(char?uppercaseLetter)Write a test program that prompts the user to enter a phone number as a string. The input number may contain letters. The program translates a letter (uppercase or lowercase) to a digit and leaves all other characters intact. Here is a sample run of the program:image

image

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: