1. Write an expression that checks whether an integer is odd or even.
2. Write a Boolean expression that checks whether a given integer is divisible by both 5 and 7, without a remainder.
3. Write an expression that looks for a given integer if its third digit (right to left) is 7.