Computers and Technology
08.09.2021 01:52
205
221
4
Solved by an expert

For this assignment pretend you have been hired to aid in marketing for a company.

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)
Show Answers
kieramacphee3946
kieramacphee3946
4,6(84 marks)

Checks if it is a multiple of 3 and 5

Explanation:

Its an if statement using modulus division to check for a remainder. It checks if a number is a multiple of 3 AND 5. (&& and & both mean and in Java).

If the remainder of both is 0 then that means the mystery number is a multiple of both 3 and 5.

Popular Questions about the subject: Computers and Technology

Hello, i ve created the dice class and dice.cpp file for the following...
Computers and Technology
25.11.2020 06:48
What purpose would tracking changes be most useful for? a.)selecting...
Computers and Technology
28.07.2022 08:07
Write any four difference between email and effects...
Computers and Technology
02.09.2021 18:45
Direction. List down 5 preventive maintenance tips in using tools...
Computers and Technology
09.05.2020 01:19
Which of the following protects intellectual property?copyright...
Computers and Technology
02.12.2020 21:15
How to connect an Apple Watch series 3 to your iPhone (ASAP)...
Computers and Technology
09.07.2022 14:05

New questions by subject

Please help me here...... I m almost done here...... tnx....โ€‹...
English
03.11.2021 02:05
Write 3 bulletin points each for Friday Saturday and Sunday make...
Social Studies
05.11.2021 04:48
What do you mean by advice from the elders ?โ€‹...
English
05.04.2022 00:09
Which is the starting material of soil?...
Geography
17.07.2022 21:13
PLS ANSWER OMG ITS DUE RN U DONT HAVE TO EXPLAIN BUT IF U DO I...
Mathematics
27.04.2021 06:37
Asap im hard bbc help or get kill choose just help love all girl...
Mathematics
14.03.2023 20:05
#
#
#
#
# #

We expand our knowledge with many expert answers