Introduction
In programming, it is often necessary to check whether a given number is odd or even. This can be useful in various scenarios, such as when working with loops, conditional statements, or mathematical operations. In this challenge, you will be asked to write a function that checks whether a given number is odd or even.