LAB 11: Write a function to test whether a value is divisible by some number. in main: user enters 2 numbers: x and y Check whether x is divible by y by calling your function. main will print whether x is divisibly by y or not.