Reverse Calculator - MATLAB Cody - MATLAB Central

Problem 2133. Reverse Calculator

Difficulty:Rate

Use this reverse calculator and give correct output

Its simple, In my Reverse calculator if you press 0 it will be considered as 9. Likewise 1 will be 8, 2 will be 7, 3 will be 6,......., 9 will be 0.

Here you will get two numbers and an operator(+ - * /). From this calculate the output.

Example:

 Inputs:
numbers=[3 4], operator='+'
 Output:
Value=11 (Because 3 will be considered as 6, 4 will be considered as 5. So 6+5=11)

Solution Stats

55.25% Correct | 44.75% Incorrect
Last Solution submitted on Nov 17, 2025

Problem Comments

Solution Comments

Show comments
Join Cody Contest 2025 — Have Fun and Win Prizes!
...
We’re excited to invite you to Cody Contest 2025! 🎉 Pick a team,...

Problem Recent Solvers196

Suggested Problems

More from this Author3

Problem Tags

Community Treasure Hunt

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

Start Hunting!