Set a number and a divisor. The cat will tell you whether the number is divisible by the divisor. Check out the use of the "FLOOR" and the "MOD". Create a script that could do the opposite: ask the user whether a number (provided by the cat) is divisible by another number (also provided by the cat). When the user answers "yes" or "no", the cat should check whether this answer is correct.