subject

Write a function that returns the digit value (an integer) corresponding to the letter passed to it an argument based on the encoding on your telephone handset. for example, if the argument is the letter a, b, or c (uppercase or lowercase), your function should return the digit 2. if the argument is not one of the letters of the alphabet, return a value of -1. implement two versions of the function: one using a switch statement and one using a nested if statement. provide a program which tests each function (you may provide two separate source code files or combine them in one source code file which gives you the choice of which function to run).

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 23:30
In my email i got a message it says a quick message and in message details on who its from its says nicole and under nicole is [email protected] -
Answers: 1
question
Computers and Technology, 23.06.2019 18:30
Write a program that prints the day number of the year, given the date in the form month-day-year. for example, if the input is 1-1-2006, the day number is 1; if the input is 12-25-2006, the day number is 359. the program should check for a leap year. a year is a leap year if it is divisible by 4, but not divisible by 100. for example, 1992 and 2008 are divisible by 4, but not by 100. a year that is divisible by 100 is a leap year if it is also divisible by 400. for example, 1600 and 2000 are divisible by 400. however, 1800 is not a leap year because 1800 is not divisible by 400.
Answers: 3
question
Computers and Technology, 24.06.2019 00:40
What is the error in the following pseudocode? module main() call raisetopower(2, 1.5) end module module raisetopower(real value, integer power) declare real result set result = value^power display result end module
Answers: 1
question
Computers and Technology, 24.06.2019 05:30
How do i get rid of my member ship for
Answers: 2
You know the right answer?
Write a function that returns the digit value (an integer) corresponding to the letter passed to it...
Questions
question
Mathematics, 08.09.2021 21:00
question
Mathematics, 08.09.2021 21:00
question
Mathematics, 08.09.2021 21:00
Questions on the website: 13722367