Please help | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Please help

the program will recieve 3 english words inputs from stdin these three words will be read one at a time, in three separate line the first word should be changed like all vowels should be replaced by % the second word should be changed like all consonants should be replaced by # the third word should be changed like all char should be converted to upper case then concatenate the three words and print them other than these concatenated word, no other characters/string should or message should be written to stdout for example if you print how are you then output should be h%wa#eyou. you can assume that input of each word will not exceed more than 5 chars

30th Aug 2019, 4:46 PM
Souvik Saha
Souvik Saha - avatar
4 Answers
+ 4
show us some code you have up till now
30th Aug 2019, 4:57 PM
Brave Tea
Brave Tea - avatar
0
Thank you but i have just solved it 🙂🙂🙂
30th Aug 2019, 5:10 PM
Souvik Saha
Souvik Saha - avatar
0
good job!
30th Aug 2019, 5:34 PM
Brave Tea
Brave Tea - avatar
0
can you post the code
15th Dec 2020, 9:03 AM
Amantha B
Amantha B - avatar