Cody Problem 58299 asks you to encrypt a message by changing all letters to uppercase and randomly choosing a position of the ASCII codes of the message’s characters in the fractional part of the square root of 2.
Write a function to decrypt a message encrypted in this way. A string with the fractional part of the square root of 2 will be set as a global variable.
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers3
Suggested Problems
-
Project Euler: Problem 6, Natural numbers, squares and sums.
2569 Solvers
-
Matrix which contains the values of an other matrix A at the given locations.
240 Solvers
-
Create a vector whose elements depend on the previous element
794 Solvers
-
275 Solvers
-
536 Solvers
More from this Author323
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
I get 99% of the values right expect the loc of digit '4'