+ 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
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?
+ 1
Michal i don't get the huge complexityđ€
Any ways check out this code of mine
https://code.sololearn.com/c2CSmT5QJQv0/?ref=app