+ 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 RĂ©ponses
+ 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