Change Every Letter to the Next Letter

Take a String and Write a code that changes every letter to the next letter:

"a" becomes "b"
"b" becomes "c"
"d" becomes "e"
and so on ...

Note :=>
Notes
There will be no z's in the tests.
hello
Total : 0 Discussion
Login