...
Challenge 1: Even or Odd
In this exercise, you are required to check whether the number is Even or Odd.
Write a code which will check whether a given integer $number is even or odd. You’re given a variable ...
$number