Computers and Technology

For this assignment pretend you have been hired to aid in marketing for a company. You believe you have a great idea, but you can’t figure it out manually, you need a program. Lucky you! You are learning Python and you can write the program in Python and save you lots of time! For this assignment you will automate your idea – offering a way to translate phone numbers that contain words into all numbers so you can easily dial that business. These phone numbers, known as vanity phone numbers, can be confusing for some people, though the word is easier to remember than the numbers it replaces. For example, 1-800-HEATING could be a phone number for a heating and air conditioning company where the word translates to a phone number of 1-800-432-8464. Your program will accept a value from the user and translate the numbers and letters into just numbers so the user can dial that number. In the example above I could enter 1800heating or require capital letters, or accept the number in parts, your choice. The point is to accept whatever the user gives you and pass through the numbers (remember there are only 10 possible numbers (0 through 9), and translate any letters into numbers (remember while there are only 24 letters on a phone dial pad and those are divided between the numbers 2 through 9 (there is no Q or Z).
(In simple code please for learning purposes)

answer
Answers: 2

Other questions on the subject: Computers and Technology

image
Computers and Technology, 23.06.2019 11:50, itaheart101
While preforming before operation pmcs, you notice the front right tire appears slightly under-inflated. what is the proper action?
Answers: 3
image
Computers and Technology, 23.06.2019 15:30, jokerr6323
1. ask the user how many questions are in the quiz. 2. ask the user to enter the key (that is, the correct answers). there should be one answer for each question in the quiz, and each answer should be an integer. e. g., 34 7 13 100 81 3 9 10 321 12 might be the key for a 10-question quiz. you will need to store the key in an array. 3. ask the user to enter the answers for the quiz to be graded. there needs to be one answer for each question. note that these answers do not need to be stored; each answer can simply be compared to the key as it is entered. 4. when the user has entered all of the answers to be graded, print the number correct and the percent correct. 5. add a loop so that the user can grade any number of quizzes with a single key. after the results have been printed for each quiz, ask "grade another quiz? (y/n)." note: you only have one array (the key). you are not creating a new key for each set of quiz answers.
Answers: 3
image
Computers and Technology, 24.06.2019 19:50, joThompson
Which is a characteristic of free and open-source software licenses? a. the source code is unavailable to everyone b. the source code is available only to the government c. the source code is available to all users d. the source code is constantly modified
Answers: 1
image
Computers and Technology, 24.06.2019 21:30, erickamiles1797
How do i copy and paste equations and pictures like math graphs, to post on this site to get my questions answered?
Answers: 2
Do you know the correct answer?
For this assignment pretend you have been hired to aid in marketing for a company. You believe you h...

Questions in other subjects: