Program for checking the divisibility of two numbers
Write a program that receives two input numbers and checks whether the first number is divisible by the second number or not. For example, if the inputs are 10 and 2, the output should show that 10 is divisible by 2.