TIAA Interview Question

what will be pseudo code for finding even and odd numbers?

Interview Answer

Anonymous

Aug 1, 2022

It should be that if the number is divisible by 2 then even and if not then in else it should be odd also always be aware of zero and negative numbers.