hi! im suposed to write a function that performs crypto "encryption" of a string. for example char 'a;, which is the first in the alphabet, becomes the last letter z, b becomes y b/c its the second-last letter, and so on. Uppercase and characters remain unchanged. in the main i need to cout<<Enter a string:, and print after encryption (after crypto:)
length of the input string is limited to 80 characters.
For example someone writes "aba" the output will be "zyz".
i wrote this and i dont get what im doing worng!! help please!!!!!