6 kyu

Decipher this!

4,109 of 9,661yvonne-liu

Description:

You are given a secret message you need to decipher. Here are the things you need to know to decipher it:

For each word:

  • the second and the last letter is switched (e.g. Hello becomes Holle)
  • the first letter is replaced by its character code (e.g. H becomes 72)
  • there are no special characters used, only letters and spaces
  • words are separated by a single space
  • there are no leading or trailing spaces

Examples

'72olle 103doo 100ya' --> 'Hello good day'
'82yade 115te 103o'   --> 'Ready set go'
Strings
Arrays
Ciphers
Fundamentals

Similar Kata:

Stats:

CreatedNov 5, 2016
PublishedNov 5, 2016
Warriors Trained20627
Total Skips2841
Total Code Submissions48324
Total Times Completed9661
JavaScript Completions4109
TypeScript Completions524
Crystal Completions13
Python Completions3794
PHP Completions491
Haskell Completions130
Ruby Completions401
C# Completions366
Total Stars545
% of votes with a positive feedback rating94% of 1412
Total "Very Satisfied" Votes1253
Total "Somewhat Satisfied" Votes140
Total "Not Satisfied" Votes19
Total Rank Assessments12
Average Assessed Rank
6 kyu
Highest Assessed Rank
6 kyu
Lowest Assessed Rank
8 kyu
Ad
Contributors
  • yvonne-liu Avatar
  • GiacomoSorbi Avatar
  • suic Avatar
  • anter69 Avatar
  • brunolm Avatar
  • smolen Avatar
  • myjinxin2015 Avatar
  • Chrono79 Avatar
  • kazk Avatar
  • Voile Avatar
  • KenKamau Avatar
  • a.kozhanov Avatar
  • hobovsky Avatar
  • trashy_incel Avatar
  • user8436785 Avatar
  • ejini战神 Avatar
  • yLaWy Avatar
Ad