Write a statement that will determine if a
given integer in a variable named j is an even number and store the result in a variable
named is_even. The variable is_even should be 0 if the number in j is odd and something
other than 0 if the number is even.