write a function called remove odd digits that takes an integer parameter and returns a number with all odd digits removed. (assume the input parameter is not negative.).