How can i get this program running | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How can i get this program running

https://code.sololearn.com/cZlbD95h4anV/?ref=app I created this program today which takes an input String and prints the upside-down version of it, but i believe the upside down version is actually Unicode characters and sololearn can't handle that just so, how can i modify my program to get it working please? Gaurav Agrawal LukArToDo

13th Mar 2019, 5:18 PM
Mind To Machine 💻🕆
Mind To Machine 💻🕆 - avatar
2 Answers
+ 2
I don't know how to fix it on SL but I know that you have complicated this too much 😅. You have big complexity, why not simply get text char index from alpha string and then get charAt from upside down String?
13th Mar 2019, 11:26 PM
Michal
Michal - avatar
+ 1
Michal i don't get the huge complexity🤔 Any ways check out this code of mine https://code.sololearn.com/c2CSmT5QJQv0/?ref=app
14th Mar 2019, 12:34 AM
Mind To Machine 💻🕆
Mind To Machine 💻🕆 - avatar