Write code to determine whether positive number > 2is even or odd without using % or == or / or *
Anonymous
If !(n-1) &&(n-2) return even If ! (n-2) && (n-1) return odd If (!n-2) && !(n-1) return isEvenOrOdd(n-2)
Check out your Company Bowl for anonymous work chats.