Opperasi Modulus Java

int a = 5;
System.out.println(a % b);
The Output is:- 0
Drab Dogfish