Programming Example
Write a Java program to print every integer between 1 and n divisible by m. Also report whether the number that is divisible by m is even or odd.
Study this program carefully to understand the logic, output, and explanation in a structured way.