Divisible by what?

By the way here's a hint how to achieve this without Strings and chars (which just muddys the water as Kevin has pointed out).

int number = 1234;
System.out.println(number %...