Given the following instructions I have created a function that achieves the requirements. I feel my function is a bit too complex, though it does what it’s supposed to. The difficult part for myself was avoiding the equality operators. The only way I could think to solve this is with a bit of math and a comparison operator. How can