Hi everyboy! I ran into this assignment that asks me to "create an application that allows the user to enter a word or phrse, then the Label should display that word or phrase backwards in all lowercase.
For example, I enter "I read"
Then the label should display "daer I"
I try to do this with "Substring, Replace, etc", butnone of them work.
Is there any particular method to achieve this assignment?