Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 188 Bytes

File metadata and controls

3 lines (3 loc) · 188 Bytes

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