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