Question: Write a program ( IN POWERSHELL ) to encode numbers in a given string using the algorithm called Jump the Five. This algorithm is based
Write a program IN POWERSHELL to encode numbers in a given string using the algorithm called "Jump the Five." This algorithm is based on a US telephone keypad, where each number is swapped with another based on the mapping:
becomes
becomes
becomes
becomes
becomes
becomes
becomes
becomes
becomes
Becomes
Here, the task was to make sure the program encoded only numbers in the string, let all elsethe letters and symbols, etc.be left untouchd
IN POWERSHELL
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
