Exercise 1: Even or Odd
Check whether the number is even or odd.
We'll cover the following...
We'll cover the following...
Problem statement
Write a code that will check whether a given integer number is even or odd. Think along the lines of using the if-else condition.