Answer to Question 08B-6

  bool even(int n)
  {
    return n % 2 == 0;
  }