Code Experts
Home
Challenges
Notes
Compiler
Forum
Exam
Contact
Sign in
Sign up
Home
Challenges
Notes
Compiler
Exam
Forum
Contact
Log In / Register
Copied To Clipboard !
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.
Code :
hello
Total :
0 Discussion
Login
Code (Optional)
Upload Code Image (Optional)
Post Your Comment