How to attempt?
Question :
IsEven?
Write a function to find whether the given input number is Even.
If the given number is even, the function should return 2 else it should return 1.
Note: The number passed to the function can either be negative, positive or zero.
Zero should be treated as Even.
Answers
Answered by
6
Answer:
Explanation:
wait for few min
Similar questions