Palo Alto Networks interview question

implement a function that return 5 if it get 6 and vice versa without using if statements

Interview Answer

Anonymous

8 Dec 2024

return 11-x

4