Come Check Out This Crazy Function

Published by comecheckoutmycode in

You are given two numbers, a and b. Write a function which uses an expression to return the expected output. I am not going to tell you what the expression is because that will spoil the fun! :)

Examples

crazyfunction(10, 20) ➞ 30

crazyfunction(17, 35) ➞ 50

crazyfunction(61, 233) ➞ 212

Notes

Hint: Notice the tags?

Watch a quick demo on how Edabit works.