Funciona el editor de código al igual que en un ordenador?
https://code.sololearn.com/cs7DHVGMk6Qh/?ref=app Realicé el código que está en el link en Netbeans y funciona correctamente, pero al ejecutarlo en el editor de la aplicación sale error, alguien me puede ayudar? Secret Message +50 XP You are trying to send a secret message, and you've decided to encode it by replacing every letter in your message with its corresponding letter in a backwards version of the alphabet. What do your messages look like? Task: Create a program that replaces each letter in a message with its corresponding letter in a backwards version of the English alphabet. Input Format: A string of your message in its normal form. Output Format: A string of your message once you have encoded it (all lower case). Sample Input: Hello World Sample Output: svool dliow