Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
This comment is hidden because it contains spoiler information about the solution
I never had a boomer phone, but I am sure did not have to press so much buttons
No, 2 and 8 are 4 presses, please read the examples.
Still not working since '2' and '8' is 3 so the solution is 45 not 47.
You keep looping the result string the given n times. This keeps scrambling the text. To decrypt it, you must know how many times n was to unwrap it correctly.
I found it. Thanks
Should be at the bottom-right of your screen, when it's not in full screen mode.
Maybe contact support team to help you?
It's how often you need to encrypt/ decrypt the text
The reach a digit you need to first cycle through all the letters for a given button. So if you wanted to type a '2' you would have to press that button four times (A -> B -> C -> 2).
For another example, to type a '9' you would have to press that button five times (W -> X -> Y -> Z -> 9)
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
@g964 do you have anything else to say. all you say is how many have passed. Many are stuck in this kata.
Not an issue
can you explain this code?
Can you explain how modulo operator works with negative numbers in your case -m%60 if m = 58 then m%60 will be same as 58 how -m%60 works?
Loading more items...