Java program to check if an integer is divisible or not byA Ghori •February 15, 2019 In this example we will show user how to write a java programming language to check whether entered integer is multiple or not using if and else statement. For Example, we have initialised two variables such as a=96 and b=24. If 96%24 is equal to z…