โ Back to Strings
Question 426
Caesar Cipher
Caesar Cipher
Encrypt "hello" with a Caesar cipher that shifts each letter forward by 3 places in the alphabet (wrapping from z back to a). Non-letters stay unchanged. Print:
khoorExpected Output:
khoor
Topics:
Strings
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cw, cr, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.