This all about transcripting a text message. If the input string is: s1 = 'My name is Sourav Mondal', then the output is: s2 = 'MUYRNAAVMMEOINSDSAOL'. Just divide the string from middle, according to no. of alphabets & then take alphabets/letters alternatively from the two strings!!

Solution Stats

764 Solutions

233 Solvers

Last Solution submitted on May 05, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...