Solution: Even or Not
We'll cover the following...
We'll cover the following...
The main() function takes an integer input from the user, calls a separate function to check if it’s even, and prints whether the number is even or odd.
The main() function takes an integer input from the user, calls a separate function to check if it’s even, and prints whether the number is even or odd.