Want c &python program for this | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Want c &python program for this

A Keyboard manufacturing company, built some faulty qwerty keyboards. As soon as they realized that some of the keyboards are faulty they tried to develop a software to correct them but their developers are noobs so they ask you to develop the software for them. The issue with the keyboard is that the key placement is not appropriate. The keys of the right hand are faulty.  When the user press j it appears h. Similarly when you press h it appears as ;(semi-colon), y → p, b → .(full stop). Input The first line contains an integer T, total number of test cases.Each of the next T lines contain a sentence S(containing only lower-case english alphabets and valid characters as described) printed by the faulty keyboard. Output For each test case print the correct sentence the user wants to type in a new line. Constraints 1 ≤ T ≤ 1001 ≤ |S| ≤ 105   Example Input: 3 ;ekki wirkd cidec;ef origrannubg Output: hello world sololearn programming  

11th Aug 2018, 12:38 PM
Sandip Wagh
Sandip Wagh - avatar
1 Answer
+ 1
this looks kinda like homework, can you showcase your attempt?
11th Aug 2018, 1:13 PM
hinanawi
hinanawi - avatar