On the lab desk, you discover a short note filled with strange letters.
After examining it, you realize it’s written in a Caesar cipher, where each letter was shifted two positions forward in the alphabet.
To decode it, you must shift each letter two positions backward.
Assume the message only contains lowercase English letters and wraps around ('a' becomes 'y', 'b' becomes 'z').
Write a function that returns the decoded message string.

Solution Stats

52 Solutions

45 Solvers

Last Solution submitted on Feb 15, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...

Problem Recent Solvers45

Suggested Problems

More from this Author71

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!