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

Dec 8, 2024

return 11-x

4