You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write a function called odd_even() which takes an integer value and tells whether this value is even or odd. You need to do it in 4 ways:
Has return+ Has parameter
No return+Has parameter